mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(toolbar-search): omit size prop
This commit is contained in:
parent
1f5340032f
commit
76b1d9ea17
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Search
|
<Search
|
||||||
size="sm"
|
|
||||||
tabindex="{tabindex}"
|
tabindex="{tabindex}"
|
||||||
disabled="{disabled}"
|
disabled="{disabled}"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue