diff --git a/frontend/src/components/dialogues/DialogueProvider.tsx b/frontend/src/components/dialogues/DialogueProvider.tsx index bf126d2..a677b0b 100644 --- a/frontend/src/components/dialogues/DialogueProvider.tsx +++ b/frontend/src/components/dialogues/DialogueProvider.tsx @@ -196,7 +196,7 @@ const DialogueProvider: FC = ({ children }) => { {active.kind === 'form' ? ( <> - + {active.options.title} {active.options.description && ( @@ -213,11 +213,14 @@ const DialogueProvider: FC = ({ children }) => { confirm: options => openNestedConfirm (active.id, options) })} - -
+ +
{startActions.map (action => ( ))}
-
+