feat(frontend): Refactor organization, fixed several organization bugs
This commit is contained in:
@@ -34,13 +34,11 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import * as z from 'zod'
|
||||
import { useBetterAuth } from '~/composables/useBetterAuth'
|
||||
|
||||
const emit = defineEmits<{
|
||||
(e: 'organizationCreated', id: string | undefined): void
|
||||
}>()
|
||||
|
||||
const { createOrganization } = useBetterAuth()
|
||||
const { createOrganization } = useOrganizationStore()
|
||||
const open = ref(false)
|
||||
const loading = ref(false)
|
||||
const isSlugEdited = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user