Skip to content

Commit

Permalink
ref: change message on save
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle authored Oct 23, 2024
1 parent 6ba2488 commit dc28628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const SaveControl = ({
handleSave(); // Call your save function
toast({
duration: 2000,
title: "All changes saved successfully..!!",
title: "All changes saved successfully!",
});
}
};
Expand Down

0 comments on commit dc28628

Please sign in to comment.