fix(front): removed unused to

environments/review-docs-feat-z0hkbz/deployments/21073
ArneBo 2025-04-15 12:58:51 +02:00
rodzic 3a8dcf00d9
commit e0ec9830bc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -30,7 +30,7 @@ const emit = defineEmits<Events>()
defineProps<Props>()
const step = ref(1)
const { isOpen, to } = useModal('createChannel')
const { isOpen } = useModal('createChannel')
const isLoading = ref(false)
const submittable = ref(false)
const category = ref('podcast')