mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
updated the step count for point to 0.0001
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<Input.Number
|
||||
id={`point-${index}`}
|
||||
placeholder="Enter value"
|
||||
step={0.001}
|
||||
step={0.0001}
|
||||
value={values[index]}
|
||||
on:change={(e) => onChangePoint(index, Number.parseFloat(`${e.detail}`))} />
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user