Skip to content
Snippets Groups Projects
Commit d94bb818 authored by Shrey Patel's avatar Shrey Patel
Browse files

fixed create org now

parent b91c8733
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,11 @@ export const CreateOrganization = ({ token }) => {
description: description,
ownerEmail: userInfo.email,
category: category,
memberCount: 1,
}).then((response) => {
// console.log(response);
});
// window.location.reload(false);
window.location.reload(false);
};
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment