Skip to content

Commit

Permalink
fix household form validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Sep 14, 2023
1 parent 21705ca commit 8258cc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const CreateHouseholdForm = ({ dismiss }: Props) => {
<Button
type="submit"
size="sm"
disabled={formState.isValid}
disabled={!formState.isValid}
loading={mutationResult.loading}
{...createTestAttr(ids.submitBtn)}
>
Expand Down

0 comments on commit 8258cc5

Please sign in to comment.