mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 20:13:02 +00:00
Removed a duplicate key error output for further testing
This commit is contained in:
@@ -125,7 +125,7 @@ const GroupEdit = (props) => {
|
|||||||
error.textContent = "Duplicate key found!";
|
error.textContent = "Duplicate key found!";
|
||||||
error.style.color = "red";
|
error.style.color = "red";
|
||||||
} else {
|
} else {
|
||||||
error.textContent = "";
|
//error.textContent = "";
|
||||||
propkeys.forEach((key, i) => (propobject[key] = propvalues[i]));
|
propkeys.forEach((key, i) => (propobject[key] = propvalues[i]));
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
|
Reference in New Issue
Block a user