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} )}