From bab8581fb0f8da74e2a815d742e675a56007d158 Mon Sep 17 00:00:00 2001 From: JohnGuilding Date: Mon, 2 Sep 2024 15:31:07 +0100 Subject: [PATCH] fix: disallow decimal numbers in ballot submission --- .../interface/src/features/ballot/components/AllocationInput.tsx | 1 + .../interface/src/features/projects/components/VotingWidget.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/interface/src/features/ballot/components/AllocationInput.tsx b/packages/interface/src/features/ballot/components/AllocationInput.tsx index cb093b8c..48ff9073 100644 --- a/packages/interface/src/features/ballot/components/AllocationInput.tsx +++ b/packages/interface/src/features/ballot/components/AllocationInput.tsx @@ -30,6 +30,7 @@ export const AllocationInput = ({ render={({ field }) => (