Skip to content

Commit 2e36db2

Browse files
committed
Omit bind property for more than one inside NcActions
Signed-off-by: JeaNugroho <jeanugroho@yahoo.com>
1 parent 0aad935 commit 2e36db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/src/components/Users/UserRow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<div class="userActions">
240240
<div v-if="!loading.all"
241241
class="toggleUserActions">
242-
<NcActions :inline="2">
242+
<NcActions>
243243
<NcActionButton icon="icon-close"
244244
:title="t('settings', 'Cancel')"
245245
:aria-label="t('settings', 'Cancel')"

0 commit comments

Comments
 (0)