mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 06:29:32 +02:00
refactor: remove unnecessary state and ui improvements
This commit is contained in:
@@ -143,8 +143,6 @@ export default function NumericInputWithUnit(props: {
|
||||
<Select
|
||||
fullWidth
|
||||
disabled={disableChangingUnit}
|
||||
label="Prefix"
|
||||
title="Prefix"
|
||||
value={prefix}
|
||||
onChange={(evt) => {
|
||||
handlePrefixChange(evt.target.value || '');
|
||||
|
Reference in New Issue
Block a user