mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
Merge branch 'group_property_feature' of https://github.com/vladfreeze/jupyterhub into group_property_feature
This commit is contained in:
@@ -11,9 +11,11 @@ const DynamicTable = (props) => {
|
||||
|
||||
if (current_propobject) {
|
||||
var [propkeys, setOwnKeys] = useState(Object.keys(current_propobject));
|
||||
var [propvalues, setOwnValues] = useState(Object.values(current_propobject));
|
||||
};
|
||||
|
||||
var [propvalues, setOwnValues] = useState(
|
||||
Object.values(current_propobject)
|
||||
);
|
||||
}
|
||||
|
||||
var updateMessageKey = (event) => {
|
||||
setMessage(event.target.value);
|
||||
};
|
||||
|
Reference in New Issue
Block a user