Skip to content

Commit 32c22b1

Browse files
committed
Fix: Add an Quill alias in Storybook configuration
1 parent 21455ec commit 32c22b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const config: StorybookConfig = {
3232
__dirname,
3333
"../packages/frappe-ui-react/src"
3434
),
35+
Quill: require.resolve("quill"),
3536
},
3637
},
3738
};

0 commit comments

Comments
 (0)