Skip to content

Commit

Permalink
Merge pull request #311 from AppQuality/develop
Browse files Browse the repository at this point in the history
Release 2024.11.07
  • Loading branch information
cannarocks authored Nov 7, 2024
2 parents 618481d + bc1ac46 commit 5c2b1a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Profile/TabAdvanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ const TabAdvanced = () => {
disabled={
!formikProps.isValid ||
formikProps.isValidating ||
!formikProps.dirty
!formikProps.dirty ||
formikProps.isSubmitting
}
>
{t("Save")}
Expand Down

0 comments on commit 5c2b1a5

Please sign in to comment.