fix: duplicate label creation in project (#5271)
This commit is contained in:
parent
fffa8648bb
commit
88533933b4
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export const CreateUpdateLabelInline = observer(
|
|||
setToast({
|
||||
title: "Error!",
|
||||
type: TOAST_TYPE.ERROR,
|
||||
message: error?.detail ?? "Something went wrong. Please try again later.",
|
||||
message: error?.detail ?? error.error ?? "Something went wrong. Please try again later.",
|
||||
});
|
||||
reset(formData);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue