aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/routes/book/inputs
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-15 08:36:10 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-15 08:36:10 +0100
commitacbb9c7536be32fcce1c69bfd6054149f978229c (patch)
tree3b6752ce2d64fc9dc619a4b1a939808e3d8cd6ca /code/app/src/routes/book/inputs
parentef5dd1d8da3fa7c1184d907db623af2b3530a087 (diff)
downloadgreatoffice-acbb9c7536be32fcce1c69bfd6054149f978229c.tar.xz
greatoffice-acbb9c7536be32fcce1c69bfd6054149f978229c.zip
feat: Small changes
Diffstat (limited to 'code/app/src/routes/book/inputs')
-rw-r--r--code/app/src/routes/book/inputs/+page.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/app/src/routes/book/inputs/+page.svelte b/code/app/src/routes/book/inputs/+page.svelte
index d5566ed..433607b 100644
--- a/code/app/src/routes/book/inputs/+page.svelte
+++ b/code/app/src/routes/book/inputs/+page.svelte
@@ -71,5 +71,5 @@
</section>
<section>
<h2>Textarea</h2>
- <TextArea bind:value errorText="oh no" label="Hi"/>
+ <TextArea bind:value label="Hi"/>
</section>