show error on save

This commit is contained in:
Simon Vieille 2025-04-15 20:38:01 +02:00
commit 36737cf6d5
Signed by untrusted user: deblan
GPG key ID: 579388D585F70417
2 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,9 @@
<div
v-if="error"
id="error"
>{{ error }}</div>
>
{{ error }}
</div>
</div>
</template>

View file

@ -118,6 +118,7 @@
width: 60px;
height: 30px;
border-radius: 6px;
border: 1px solid var(--color-border);
}
}