From 986eb124207cd045c2213af15ad267b66cc806a7 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:07:54 +0200 Subject: [PATCH] chore: formatting --- src/packages/rte/tiptap/property-editors/tiptap/manifests.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts b/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts index acdc401c54..3efdc1912d 100644 --- a/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts +++ b/src/packages/rte/tiptap/property-editors/tiptap/manifests.ts @@ -50,9 +50,7 @@ export const manifests: Array = [ weight: 50, }, ], - defaultData: [ - { alias: 'overlaySize', value: 'medium' }, - ], + defaultData: [{ alias: 'overlaySize', value: 'medium' }], }, }, },