auth + groups invite
This commit is contained in:
@@ -14,7 +14,7 @@ interface ModalCreateProps {
|
||||
const ModalCreate: FC<ModalCreateProps> = ({ active, setActive }) => {
|
||||
const [name, setName] = useState<string>('');
|
||||
const [description, setDescription] = useState<string>('');
|
||||
const status = useAppSelector((state) => state.groups.statuses.create);
|
||||
const status = useAppSelector((state) => state.groups.createGroup.status);
|
||||
const dispatch = useAppDispatch();
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user