mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-31 03:19:06 -06:00
fix: toast error message updated
This commit is contained in:
@@ -48,7 +48,7 @@ export function EditProductName({ environmentId }) {
|
||||
className="w-full max-w-sm items-center"
|
||||
onSubmit={handleSubmit((data) => {
|
||||
if (currentProductName === previousProductName) {
|
||||
return toast.error("Please change team name to update");
|
||||
return toast.error("Please change product name to update");
|
||||
}
|
||||
triggerProductMutate(data)
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user