🐛 Fix post submit

This commit is contained in:
2025-09-07 22:20:49 +08:00
parent 80cc8cbb40
commit 18b0dbd797

View File

@@ -405,6 +405,7 @@ class _PollSubmitState extends ConsumerState<PollSubmit> {
}); });
}, },
multiSelectionEnabled: false, multiSelectionEnabled: false,
emptySelectionAllowed: true,
), ),
), ),
], ],