mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fixed error message when editing workspace with same name (#4615)
This commit is contained in:
parent
0c895e2e4e
commit
5a1a3108ce
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export const Organization = function Organization({ darkMode }) {
|
|||
return;
|
||||
}
|
||||
if (organizationNameExists) {
|
||||
toast.error(`${newOrgName} already exists.`, {
|
||||
toast.error(`The workspace ${newOrgName} already exists.`, {
|
||||
position: 'top-center',
|
||||
});
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue