We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704d9ae commit 266aee5Copy full SHA for 266aee5
1 file changed
packages/imagekit-editor-dev/src/store/initialState.ts
@@ -6,7 +6,7 @@ const initialVisibleTransformations: Record<string, boolean> = {}
6
7
function initTransformationStates(transformations: Transformation[]) {
8
transformations.forEach((transformation) => {
9
- initialVisibleTransformations[transformation.name] = true
+ initialVisibleTransformations[transformation.id] = true
10
})
11
}
12
0 commit comments