fix: remove testing leftovers

This commit is contained in:
swve 2023-08-14 14:26:44 +02:00
parent b564c8db64
commit c7061a26fa
16 changed files with 30 additions and 71 deletions

View file

@ -26,7 +26,7 @@ const Organizations = () => {
const handleSubmit = async (e: any) => {
e.preventDefault();
console.log({ name, description, email });
let logo = ''
const status = await createNewOrganization({ name, description, email, logo, slug, default: false });
alert(JSON.stringify(status));