Skip to content

Commit

Permalink
chore: remove risk acceptance name in toast
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Jun 5, 2024
1 parent 9a73662 commit bd64507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const load: LayoutServerLoad = async (event) => {
setFlash(
{
type: 'error',
message: m.riskAcceptanceStateDoesntAllowEdit({ riskAcceptance: riskAcceptance.name })
message: m.riskAcceptanceStateDoesntAllowEdit()
},
event
);
Expand Down

0 comments on commit bd64507

Please sign in to comment.