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