Skip to content

Commit 2b89546

Browse files
authored
fix: codeEditorField stories (#6347)
1 parent b619c42 commit 2b89546

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/form/src/compositions/CodeEditorField/__stories__/Playground.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ export const Playground = Template.bind({})
44

55
Playground.args = {
66
name: 'code-editor',
7+
extensions: 'js',
78
}

packages/form/src/compositions/CodeEditorField/__stories__/Required.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ Required.args = {
1919
label: 'This CodeEditor is required',
2020
name: 'required-code-editor',
2121
required: true,
22+
extensions: 'js',
2223
}

0 commit comments

Comments
 (0)