mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-11 18:38:14 +01:00
fix2564 issue
This commit is contained in:
parent
66bfc02d5b
commit
ea07c211e2
@ -184,7 +184,7 @@ export class CreateProjectComponent implements AfterViewChecked, OnInit, OnDestr
|
||||
this.projectForm.reset();
|
||||
}
|
||||
|
||||
public get isValid(): boolean {git
|
||||
public get isValid(): boolean {
|
||||
return this.currentForm &&
|
||||
this.currentForm.valid &&
|
||||
this.btnIsOk&&
|
||||
|
Loading…
Reference in New Issue
Block a user