Skip to content

Commit f2793a4

Browse files
susnuxszaimen
andcommitted
fix(unified-search): Also show local search on apps management
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 74f9fdb commit f2793a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/views/UnifiedSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default defineComponent({
8080
*/
8181
supportsLocalSearch() {
8282
// TODO: Make this an API
83-
const providerPaths = ['/settings/users', '/apps/files', '/apps/deck']
83+
const providerPaths = ['/settings/users', '/apps/files', '/apps/deck', '/settings/apps']
8484
return providerPaths.some((path) => this.currentLocation.pathname?.includes?.(path))
8585
},
8686
},

0 commit comments

Comments
 (0)