Skip to content

Commit 76f5a26

Browse files
susnuxShGKme
andauthored
fixup
Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 566543c commit 76f5a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NcChip/NcChip.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const slots = defineSlots<{
183183
* Make sure that the icon is not exceeding a height of `--chip-size`.
184184
* For round icons a exact size of `var(--chip-size)` is recommended.
185185
*/
186-
icon: Slot
186+
icon?: Slot
187187
}>()
188188
189189
const canClose = computed(() => !props.noClose)

0 commit comments

Comments
 (0)