temp: fix the sheet crashing.

This commit is contained in:
Darshan
2025-07-18 14:52:17 +05:30
parent f23cc21235
commit 8ae119bf4f
@@ -101,7 +101,8 @@
}
</script>
<div class="sheet-container">
{#if $createDocument}
<div class="sheet-container">
<!-- TODO: add a ID badge-->
<SideSheet
spaced
@@ -143,3 +144,4 @@
</Layout.Stack>
</SideSheet>
</div>
{/if}