This commit is contained in:
Diego Imbert
2025-09-24 11:33:07 +02:00
parent 082960ce21
commit ec5142d984
+1 -1
View File
@@ -940,7 +940,7 @@
{#if value.startsWith('$res:')}
{@render resourceInput()}
{:else}
<div class="text-red-500">
<div class="text-red-500 text-xs">
Invalid string value: "{value}", expected array. Click add item to turn it
into an array.
</div>