fix/EE-5636/edge-stack-git-update-button-status (#9135)

pull/9143/head
Oscar Zhou 2023-07-03 10:18:50 +12:00 committed by GitHub
parent 8a432ebbf8
commit 1a9a564553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ function InnerForm({
<FormSection title="Actions">
<LoadingButton
disabled={!dirty || !isValid || isLoading}
disabled={dirty || !isValid || isLoading}
isLoading={isUpdateVersion && isLoading}
loadingText="updating stack..."
>