Skip to content

Commit

Permalink
fix: set required prop closeAriaLabel for NeModals
Browse files Browse the repository at this point in the history
  • Loading branch information
andre8244 committed Apr 23, 2024
1 parent 599b26d commit f782c28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DeleteGroupModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function deleteGroup() {
primary-button-kind="danger"
:primary-button-loading="loading"
:primary-button-disabled="loading"
:close-aria-label="$t('close')"
@primary-click="deleteGroup"
@close="handleClose"
>
Expand Down
1 change: 1 addition & 0 deletions src/components/DeleteUserModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function deleteUser() {
primary-button-kind="danger"
:primary-button-loading="loading"
:primary-button-disabled="loading"
:close-aria-label="$t('close')"
@primary-click="deleteUser"
@close="handleClose"
>
Expand Down
1 change: 1 addition & 0 deletions src/i18n/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Network shared folders": "Network shared folders",
"edit": "Edit",
"save": "Save",
"close": "Close",
"errors": {
"generic": "Error",
"connection_aborted": "Couldn't connect to the server",
Expand Down

0 comments on commit f782c28

Please sign in to comment.