Skip to content

Commit 1072ab8

Browse files
committed
fix: Dont allow user to create Proposals with a close start date because the contract function will throw error
1 parent 5132c33 commit 1072ab8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/maciVoting/pages/new.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ export default function Create() {
198198
<InputText
199199
label="Title"
200200
wrapperClassName={inputWrapperClassName}
201-
className="focus:!border-[#000] focus:!ring-[#000]"
202201
maxLength={100}
203202
placeholder="A short title that describes the main purpose"
204203
variant="default"

0 commit comments

Comments
 (0)