fix: add message on list page should be optional
This commit is contained in:
parent
d7ff30dca0
commit
ec42bf7bc8
@ -2,7 +2,7 @@
|
|||||||
import { Button } from 'bits-ui';
|
import { Button } from 'bits-ui';
|
||||||
import IconPlus from '~icons/tabler/plus';
|
import IconPlus from '~icons/tabler/plus';
|
||||||
|
|
||||||
let { createHref = null, msgAdd, children } = $props();
|
let { createHref = null, msgAdd = '', children } = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if createHref}
|
{#if createHref}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user