fix report edit

This commit is contained in:
2025-06-21 22:37:05 +02:00
parent 54a780d999
commit 4e615fe211
6 changed files with 25 additions and 5 deletions

View File

@ -1,6 +1,7 @@
<script lang="ts">
import type { Snippet } from 'svelte';
// types
interface Props {
id?: string;
value?: string | null;
@ -19,6 +20,7 @@
notice?: Snippet;
}
// inputs
let {
id,
value = $bindable(),