This commit is contained in:
Jake Barnby
2025-06-11 19:08:46 -04:00
parent af0d3f1e81
commit db809be561
@@ -43,7 +43,7 @@
required
label={i === 0 ? 'Length' : ''}
id={`value-${selectedIndex.lengths[i]}`}
value={((selectedIndex.lengths[i]?.toString()) ?? null)}
value={selectedIndex.lengths[i]?.toString() ?? null}
readonly />
</Layout.Stack>
{/each}