mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
fix(recursive-list): remove nested prop from type test
This commit is contained in:
parent
f43646fe6d
commit
c5c4a77c93
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@
|
|||
];
|
||||
</script>
|
||||
|
||||
<RecursiveList type="ordered" nested children="{children}" />
|
||||
<RecursiveList type="ordered" children="{children}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue