Skip to content

Commit

Permalink
Accept should start with automatic number (#175)
Browse files Browse the repository at this point in the history
Not tested, but this feels like correct change :) 

If it's wrong, I will look into it more during next week.
  • Loading branch information
Kubik161 authored and ICTGuerrilla committed Jul 22, 2024
1 parent f6ad323 commit 4b8f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melon-head/src/App/ApplicationDetail.res
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ module Actions = {
~modal: Modal.Interface.t,
~openApplications,
) => {
let (memberNumber, setMemberNumber) = React.useState(_ => Some(""))
let (memberNumber, setMemberNumber) = React.useState(_ => None)

// Api errors
let (error, setError) = React.useState(() => None)
Expand Down

0 comments on commit 4b8f35b

Please sign in to comment.