fix(front): removed unused to
This commit is contained in:
parent
3a8dcf00d9
commit
e0ec9830bc
|
@ -30,7 +30,7 @@ const emit = defineEmits<Events>()
|
||||||
defineProps<Props>()
|
defineProps<Props>()
|
||||||
|
|
||||||
const step = ref(1)
|
const step = ref(1)
|
||||||
const { isOpen, to } = useModal('createChannel')
|
const { isOpen } = useModal('createChannel')
|
||||||
const isLoading = ref(false)
|
const isLoading = ref(false)
|
||||||
const submittable = ref(false)
|
const submittable = ref(false)
|
||||||
const category = ref('podcast')
|
const category = ref('podcast')
|
||||||
|
|
Loading…
Reference in New Issue