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>
pull/41609/head
Ferdinand Thiessen 2024-06-26 19:16:59 +07:00
parent e9dccef474
commit dd3dcf3703
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
1 changed files with 1 additions and 1 deletions

@ -80,7 +80,7 @@ export default defineComponent({
*/
supportsLocalSearch() {
// TODO: Make this an API
const providerPaths = ['/settings/users', '/apps/files', '/apps/deck']
const providerPaths = ['/settings/users', '/apps/files', '/apps/deck', '/settings/apps']
return providerPaths.some((path) => this.currentLocation.pathname?.includes?.(path))
},
},