Remove "removeTrailingZeros" prop from the Channel Edit Form

This commit is contained in:
SergeantPanda 2026-01-04 20:45:52 -06:00
parent 16bbc1d875
commit bc19bf8629

View file

@ -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