mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
fix/EE-5636/edge-stack-git-update-button-status (#9135)
This commit is contained in:
parent
8a432ebbf8
commit
1a9a564553
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ function InnerForm({
|
||||||
|
|
||||||
<FormSection title="Actions">
|
<FormSection title="Actions">
|
||||||
<LoadingButton
|
<LoadingButton
|
||||||
disabled={!dirty || !isValid || isLoading}
|
disabled={dirty || !isValid || isLoading}
|
||||||
isLoading={isUpdateVersion && isLoading}
|
isLoading={isUpdateVersion && isLoading}
|
||||||
loadingText="updating stack..."
|
loadingText="updating stack..."
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue