mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 10:11:47 +00:00
Fix GroupCreationDialog.jsx
This commit is contained in:
@ -25,6 +25,7 @@ export const GroupCreationDialog = ({open, onClose, fetchGroups}) => {
|
|||||||
const closeDialog = () => {
|
const closeDialog = () => {
|
||||||
onClose();
|
onClose();
|
||||||
|
|
||||||
|
setName("");
|
||||||
setDescription("");
|
setDescription("");
|
||||||
setCreationError("");
|
setCreationError("");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user