Skip to content

Commit

Permalink
NAS-132581 / 25.04 / Missed code for previously merged PR (#11062)
Browse files Browse the repository at this point in the history
* NAS-132550: Restricted admin - cloud sync task details not loaded

* NAS-132581: PR update

* NAS-132581: PR Update

* NAS-132581: PR Update
  • Loading branch information
AlexKarpov98 authored Nov 18, 2024
1 parent 310f60f commit 0b98218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class CloudSyncProviderComponent implements OnInit {
) {}

get areActionsDisabled(): boolean {
return this.form.invalid || !this.form.controls.exist_credential.value;
return this.isLoading || this.form.invalid || !this.form.controls.exist_credential.value;
}

ngOnInit(): void {
Expand Down

0 comments on commit 0b98218

Please sign in to comment.