Skip to content

Commit

Permalink
🫙 fix loading button issue after submitting empty file reference (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vamshi authored Aug 17, 2024
1 parent a998345 commit da8fd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cyclops-ui/src/components/pages/NewModule/NewModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ const NewModule = () => {
message: "Invalid values file",
description: "Values file can't be empty",
});
setLoadingValuesFile(false);
return;
}

Expand Down

0 comments on commit da8fd46

Please sign in to comment.