Skip to content

Commit

Permalink
Update src/app/[locale]/incident/components/IncidentFormFooter.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Robbert <[email protected]>
  • Loading branch information
iehkaatee and Robbert authored Oct 31, 2024
1 parent 27d70c6 commit 9d999f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const IncidentFormFooter = ({
variant="primary"
type="submit"
disabled={loading}
tabIndex={loading ? 0 : undefined}
aria-describedby={ariaDescribedById}
className="flex items-center gap-2 justify-self-end"
onClick={() => (handleSignalSubmit ? handleSignalSubmit() : null)}
Expand Down

0 comments on commit 9d999f3

Please sign in to comment.