refactor: remove unnecessary state and ui improvements

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-05 05:36:06 +00:00
parent ab503c642d
commit 1b72557aa2
5 changed files with 115 additions and 127 deletions

View File

@@ -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 || '');