mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 18:20:37 +01:00
Merge pull request #2987 from pengpengshui/master
[BAT]fix #2986 about configration save button issue
This commit is contained in:
commit
49f52ef8f8
@ -103,7 +103,8 @@ export class CreateEditEndpointComponent implements AfterViewChecked, OnDestroy
|
||||
!this.onGoing &&
|
||||
this.targetForm &&
|
||||
this.targetForm.valid &&
|
||||
this.editable;
|
||||
this.editable &&
|
||||
(this.targetNameHasChanged || this.endpointHasChanged);
|
||||
}
|
||||
|
||||
public get inProgress(): boolean {
|
||||
|
Loading…
Reference in New Issue
Block a user