From 6a8bec4af0a8c215db60b96581b9a6b8ddd54780 Mon Sep 17 00:00:00 2001 From: swve Date: Mon, 14 Aug 2023 14:11:49 +0200 Subject: [PATCH] fix: remove quiz block for now --- front/components/Objects/Editor/Toolbar/ToolbarButtons.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/components/Objects/Editor/Toolbar/ToolbarButtons.tsx b/front/components/Objects/Editor/Toolbar/ToolbarButtons.tsx index 7f04b6c7..212a3e54 100644 --- a/front/components/Objects/Editor/Toolbar/ToolbarButtons.tsx +++ b/front/components/Objects/Editor/Toolbar/ToolbarButtons.tsx @@ -133,7 +133,7 @@ export const ToolbarButtons = ({ editor, props }: any) => { - + {/* editor @@ -147,7 +147,7 @@ export const ToolbarButtons = ({ editor, props }: any) => { > - + */} ); };