fix(front): removed unused to

This commit is contained in:
ArneBo 2025-04-15 12:58:51 +02:00
parent 3a8dcf00d9
commit e0ec9830bc
1 changed files with 1 additions and 1 deletions

View File

@ -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')