diff --git a/dashboard/src/states/Dashboard/pages/Groups/components/GroupCreationDialog/GroupCreationDialog.jsx b/dashboard/src/states/Dashboard/pages/Groups/components/GroupCreationDialog/GroupCreationDialog.jsx index fa642c8..f54355a 100644 --- a/dashboard/src/states/Dashboard/pages/Groups/components/GroupCreationDialog/GroupCreationDialog.jsx +++ b/dashboard/src/states/Dashboard/pages/Groups/components/GroupCreationDialog/GroupCreationDialog.jsx @@ -25,6 +25,7 @@ export const GroupCreationDialog = ({open, onClose, fetchGroups}) => { const closeDialog = () => { onClose(); + setName(""); setDescription(""); setCreationError(""); }