Skip to content

Commit a47b125

Browse files
authored
fix: set volume id on creation (#2345) (#2396)
1 parent 9a1b802 commit a47b125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/cache/classes/ImageVolume.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export class ImageVolume {
133133
dimensions,
134134
imageIds,
135135
numberOfComponents,
136+
id: volumeId,
136137
});
137138

138139
this.numVoxels =

0 commit comments

Comments
 (0)