fix: add message on list page should be optional

This commit is contained in:
axel 2025-04-18 23:12:56 +02:00
parent d7ff30dca0
commit ec42bf7bc8

View File

@ -2,7 +2,7 @@
import { Button } from 'bits-ui';
import IconPlus from '~icons/tabler/plus';
let { createHref = null, msgAdd, children } = $props();
let { createHref = null, msgAdd = '', children } = $props();
</script>
{#if createHref}