Skip to content

Commit 16f726c

Browse files
authored
fix(ui-kit): set text prop as optional in NSectionBlock (#241)
1 parent 5344c1d commit 16f726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-ui-kit/src/components/NSectionBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useVModel } from '@vueuse/core'
44
const props = withDefaults(
55
defineProps<{
66
icon?: string
7-
text: string
7+
text?: string
88
description?: string
99
containerClass?: string
1010
headerClass?: string

0 commit comments

Comments
 (0)