Skip to content

Commit

Permalink
Omit bind property for more than one inside NcActions
Browse files Browse the repository at this point in the history
Signed-off-by: JeaNugroho <jeanugroho@yahoo.com>
  • Loading branch information
JeaNugroho committed Jul 4, 2023
1 parent 9806b42 commit d2b2fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/src/components/Users/UserRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
=======
<div v-if="!loading.all"
class="toggleUserActions">
<NcActions :inline="2">
<NcActions>
<NcActionButton icon="icon-close"
:title="t('settings', 'Cancel')"
:aria-label="t('settings', 'Cancel')"
Expand Down

0 comments on commit d2b2fc3

Please sign in to comment.