Skip to content

Commit 444659e

Browse files
fixup! Adjust input field for "rename group"
Signed-off-by: julia.kirschenheuter <[email protected]>
1 parent 65a6357 commit 444659e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

apps/settings/src/components/GroupListItem.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</NcCounterBubble>
3939
</template>
4040
<template #actions>
41-
<NcTextField v-if="id !== 'admin' && id !== 'disabled' && settings.isAdmin"
41+
<NcActionInput v-if="id !== 'admin' && id !== 'disabled' && settings.isAdmin"
4242
ref="displayNameInput"
4343
icon="icon-edit"
4444
type="text"
@@ -56,7 +56,7 @@
5656

5757
<script>
5858
import NcActionButton from '@nextcloud/vue/dist/Components/NcActionButton.js'
59-
import NcTextField from '@nextcloud/vue/dist/Components/NcTextField.js'
59+
import NcActionInput from '@nextcloud/vue/dist/Components/NcActionInput.js'
6060
import NcAppNavigationItem from '@nextcloud/vue/dist/Components/NcAppNavigationItem.js'
6161
import NcCounterBubble from '@nextcloud/vue/dist/Components/NcCounterBubble.js'
6262
@@ -67,7 +67,7 @@ export default {
6767
components: {
6868
AccountGroup,
6969
NcActionButton,
70-
NcTextField,
70+
NcActionInput,
7171
NcAppNavigationItem,
7272
NcCounterBubble,
7373
},

dist/settings-users-8351.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-users-8351.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-apps-users-management.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/settings-vue-settings-apps-users-management.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)