mirror of
https://github.com/goharbor/harbor
synced 2025-04-17 16:26:45 +00: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