We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7822ecb commit 8fe935bCopy full SHA for 8fe935b
1 file changed
frontend/src/app/app.component.ts
@@ -54,5 +54,5 @@ export class AppComponent {
54
}
55
56
57
- url = computed(() => this.configService.helpURL.value()?.url);
+ url = computed(() => this.configService.helpURL.value()?.helpUrl);
58
0 commit comments