mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Remove "removeTrailingZeros" prop from the Channel Edit Form
This commit is contained in:
parent
16bbc1d875
commit
bc19bf8629
1 changed files with 0 additions and 1 deletions
|
|
@ -826,7 +826,6 @@ const ChannelForm = ({ channel = null, isOpen, onClose }) => {
|
||||||
size="xs"
|
size="xs"
|
||||||
step={0.1} // Add step prop to allow decimal inputs
|
step={0.1} // Add step prop to allow decimal inputs
|
||||||
precision={1} // Specify decimal precision
|
precision={1} // Specify decimal precision
|
||||||
removeTrailingZeros // Optional: remove trailing zeros for cleaner display
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextInput
|
<TextInput
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue