[WEB-1086] chore: update toast messages for consistency. (#4384)

This commit is contained in:
Prateek Shourya 2024-05-07 15:03:24 +05:30 committed by GitHub
parent 2aef40b7c5
commit f5f683b8b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 69 additions and 69 deletions

View file

@ -71,7 +71,7 @@ export const BaseCalendarRoot = observer((props: IBaseCalendarRoot) => {
updateIssue
).catch((err) => {
setToast({
title: "Error",
title: "Error!",
type: TOAST_TYPE.ERROR,
message: err?.detail ?? "Failed to perform this action",
});

View file

@ -163,7 +163,7 @@ export const BaseKanBanRoot: React.FC<IBaseKanBanLayout> = observer((props: IBas
orderBy !== "sort_order"
).catch((err) => {
setToast({
title: "Error",
title: "Error!",
type: TOAST_TYPE.ERROR,
message: err?.detail ?? "Failed to perform this action",
});