mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +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.style.color = "red";
|
||||
} else {
|
||||
error.textContent = "";
|
||||
//error.textContent = "";
|
||||
propkeys.forEach((key, i) => (propobject[key] = propvalues[i]));
|
||||
}
|
||||
if (
|
||||
|
Reference in New Issue
Block a user