From 2e58b58a6a2375e435029411c6355b3410f8bc29 Mon Sep 17 00:00:00 2001 From: enes Date: Thu, 12 Sep 2024 13:30:59 +0200 Subject: [PATCH] refactor: move publish button to the bottom --- src/pages/create/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/create/index.tsx b/src/pages/create/index.tsx index f0bd6b9..bdfa958 100644 --- a/src/pages/create/index.tsx +++ b/src/pages/create/index.tsx @@ -958,9 +958,6 @@ export const CreatePage = () => { -
{toolbox.map((drawTool: DrawTool, index: number) => { @@ -987,6 +984,10 @@ export const CreatePage = () => { })}
+ + {!!error && ( {error} )}