You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/settings/src/components/AppNavigationGroupList.vue
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,6 @@
35
35
</template>
36
36
</NcAppNavigationCaption>
37
37
38
-
<NcAppNavigationSearch
39
-
v-model="groupsSearchQuery"
40
-
:label="t('settings', 'Search groups…')" />
41
-
42
38
<pid="group-list-desc"class="hidden-visually">
43
39
{{ t('settings', 'List of groups. This list is not fully populated for performance reasons. The groups will be loaded as you navigate or search through the list.') }}
44
40
</p>
@@ -76,7 +72,6 @@ import NcActionInput from '@nextcloud/vue/components/NcActionInput'
0 commit comments