Skip to content

Commit 3a7c4b5

Browse files
committed
fix: update lock file
1 parent 03571f1 commit 3a7c4b5

File tree

2 files changed

+172
-460
lines changed

2 files changed

+172
-460
lines changed

packages/pluggableWidgets/rich-text-web/src/components/ModalDialog/ViewCodeDialog.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function ViewCodeDialog(props: ViewCodeDialogProps): ReactElement
4747
value={formState.src}
4848
extensions={[EditorView.lineWrapping, html()]}
4949
onChange={onCodeChange}
50-
basicSetup={true}
50+
basicSetup
5151
theme={githubLight}
5252
maxHeight="70vh"
5353
/>

0 commit comments

Comments
 (0)