mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 01:57:12 +00:00
fix(nc-gui): review changes
This commit is contained in:
@@ -6,9 +6,7 @@ interface Props {
|
||||
iconSize?: OnboardingQuestionType['iconSize']
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {})
|
||||
|
||||
const { option } = toRefs(props)
|
||||
defineProps<Props>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user