diff --git a/webui/src/features/voting/VotingBallotDialog.tsx b/webui/src/features/voting/VotingBallotDialog.tsx index 4fad1cc..0e99f55 100644 --- a/webui/src/features/voting/VotingBallotDialog.tsx +++ b/webui/src/features/voting/VotingBallotDialog.tsx @@ -1,6 +1,6 @@ import { Plus, Trash2 } from "lucide-react"; import { useEffect, useMemo, useState } from "react"; -import { +import { FormGrid, Button, Dialog, DocumentationHelpLink, @@ -128,7 +128,7 @@ export default function VotingBallotDialog({
{error && {error}} -
+ setDraft({ ...draft, title: event.target.value })} />