Skip to content

Commit

Permalink
fix(desk-tool): put focus on confirm button when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored and bjoerge committed Sep 21, 2022
1 parent b0efe5b commit d57b8f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function ConfirmDialogContent(props: {modal: DocumentActionConfirmModalProps}) {
text={cancelButtonText || 'Cancel'}
/>
<Button
autoFocus
icon={confirmButtonIcon}
onClick={onConfirm}
text={confirmButtonText || 'Confirm'}
Expand Down

0 comments on commit d57b8f0

Please sign in to comment.