Skip to content

Commit

Permalink
fix: add back in submit handler
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Sep 30, 2024
1 parent 2524e47 commit 41f965d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export function RequestPermissionDialog({
text: t('confirm-dialog.cancel-button.fallback-text'),
},
confirmButton: {
onClick: onSubmit,
loading: isSubmitting,
disabled: hasTooManyRequests || hasBeenDenied,
text: t('request-permission-dialog.confirm-button.text'),
Expand Down

0 comments on commit 41f965d

Please sign in to comment.