Skip to content

Commit

Permalink
fix(respon to rai modal): Typo causing bad modal behavior.. fixed (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f authored Jan 10, 2024
1 parent 8c53dd8 commit ce60a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/pages/actions/RespondToRai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const RespondToRai = ({
user,
authority,
});
setCancelModalOpen(true);
setSuccessModalOpen(true);
} catch (err) {
console.log(err);
setErrorModalOpen(true);
Expand Down

0 comments on commit ce60a56

Please sign in to comment.