adds trail date field

This commit is contained in:
Christian Beutel
2024-04-05 16:39:50 +02:00
parent 8f71952a71
commit 2a2a49fd94
18 changed files with 176 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
export let name: string = "";
export let value: string | number | Date = "";
export let value: string | Date = "";
export let label: string = "";
export let error: string = "";
</script>