Skip to content

Commit e9e271a

Browse files
committed
fix(#1729): api key authorize component not mounted when on Unraid OS
1 parent 31c4102 commit e9e271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Wrapper/component-registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const componentMappings: ComponentMapping[] = [
103103
},
104104
{
105105
component: defineAsyncComponent(() => import('../ApiKeyAuthorize.standalone.vue')),
106-
selector: 'unraid-apikey-authorize',
106+
selector: 'unraid-api-key-authorize',
107107
appId: 'apikey-authorize',
108108
},
109109
{

0 commit comments

Comments
 (0)