mirror of
https://github.com/unraid/api.git
synced 2026-01-04 07:29:48 -06:00
fix(#1729): api key authorize component not mounted when on Unraid OS
This commit is contained in:
@@ -103,7 +103,7 @@ export const componentMappings: ComponentMapping[] = [
|
||||
},
|
||||
{
|
||||
component: defineAsyncComponent(() => import('../ApiKeyAuthorize.standalone.vue')),
|
||||
selector: 'unraid-apikey-authorize',
|
||||
selector: 'unraid-api-key-authorize',
|
||||
appId: 'apikey-authorize',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user