mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: duplicate label creation in project (#5271)
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user