File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/frontend/apps/impress/src/features/docs/doc-share/components Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export const AlertModalRequestAccess = ({
3939 onClose = { onClose }
4040 isOpen = { isOpen }
4141 title = { title }
42+ aria-label = { t ( 'Request access modal' ) }
4243 description = {
4344 < >
4445 < Text $display = "inline" >
@@ -70,16 +71,17 @@ export const AlertModalRequestAccess = ({
7071 confirmLabel = { t ( 'Request access' ) }
7172 onConfirm = { onConfirm }
7273 rightActions = {
73- < Box $direction = "row-reverse" $gap = "small" >
74- < ButtonAccessRequest docId = { docId } onClick = { onConfirm } />
74+ < Box $direction = "row" $gap = "small" >
7575 < Button
7676 aria-label = { t ( 'Cancel' ) }
7777 variant = "secondary"
7878 fullWidth
7979 onClick = { onClose }
80+ autoFocus
8081 >
8182 { t ( 'Cancel' ) }
8283 </ Button >
84+ < ButtonAccessRequest docId = { docId } onClick = { onConfirm } />
8385 </ Box >
8486 }
8587 />
You can’t perform that action at this time.
0 commit comments