mirror of https://github.com/portainer/portainer
fix/EE-5636/edge-stack-git-update-button-status (#9135)
parent
8a432ebbf8
commit
1a9a564553
|
@ -257,7 +257,7 @@ function InnerForm({
|
|||
|
||||
<FormSection title="Actions">
|
||||
<LoadingButton
|
||||
disabled={!dirty || !isValid || isLoading}
|
||||
disabled={dirty || !isValid || isLoading}
|
||||
isLoading={isUpdateVersion && isLoading}
|
||||
loadingText="updating stack..."
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue