Skip to content

Commit 8fe935b

Browse files
committed
refactor(frontend): rename attribute #541
1 parent 7822ecb commit 8fe935b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ export class AppComponent {
5454
}
5555
}
5656

57-
url = computed(() => this.configService.helpURL.value()?.url);
57+
url = computed(() => this.configService.helpURL.value()?.helpUrl);
5858
}

0 commit comments

Comments
 (0)