Fix(Jupyter): Fix the ImageGroup object path (kubeflow/kubeflow#6596)

This commit is contained in:
Xin Hao 2022-07-26 22:52:14 +08:00 committed by GitHub
parent 1d16e6aaab
commit 02f2013eb7
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<mat-button-toggle
value="group-one"
*ngIf="parentForm.get('imageGroupOne')?.length > 0"
*ngIf="parentForm.get('imageGroupOne')?.options?.length > 0"
attr.aria-label="Use Group One based server"
i18n-aria-label="Aria label for Group One server"
>
@ -35,7 +35,7 @@
</mat-button-toggle>
<mat-button-toggle
value="group-two"
*ngIf="parentForm.get('imageGroupTwo')?.length > 0"
*ngIf="parentForm.get('imageGroupTwo')?.options?.length > 0"
attr.aria-label="Use Group Two based server"
i18n-aria-label="Aria label for Group Two server"
>