fixes some warnings on DropdownItem component
This commit is contained in:
parent
0b30949447
commit
b8130183bb
|
@ -1,8 +1,8 @@
|
||||||
<script>
|
<script>
|
||||||
export let icon
|
export let icon
|
||||||
export let title
|
export let title
|
||||||
export let subtitle
|
export let subtitle = undefined
|
||||||
export let disabled
|
export let disabled = false
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="dropdown-item" class:disabled on:click {...$$restProps}>
|
<div class="dropdown-item" class:disabled on:click {...$$restProps}>
|
||||||
|
|
Loading…
Reference in New Issue