mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Format
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user