Skip to content

Commit

Permalink
Merge pull request #3881 from GovAlta/CS-3859
Browse files Browse the repository at this point in the history
fix(submit button visibility) - pretty sure it's just because some br…
  • Loading branch information
jonathanweyermann authored Dec 17, 2024
2 parents 6502835 + 3621083 commit ce8affc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/form-app/src/app/components/DraftFormWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export const DraftFormWrapper: FunctionComponent<DraftFormProps> = ({
<GoAButtonGroup alignment="end">
{showSubmit && (
<GoAButton
mt="2xl"
mt="s"
mb="3xl"
disabled={!canSubmit || unfilledRequired}
type="primary"
data-testid="form-submit"
Expand Down

0 comments on commit ce8affc

Please sign in to comment.