mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-22 23:51:27 +01:00
fix #2986 about configration save button issue
This commit is contained in:
parent
fb8e700e30
commit
700d3141b4
@ -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