diff --git a/interface/src/app/main/SensorsAnalogDialog.tsx b/interface/src/app/main/SensorsAnalogDialog.tsx
index 618c92846..c9d99c42c 100644
--- a/interface/src/app/main/SensorsAnalogDialog.tsx
+++ b/interface/src/app/main/SensorsAnalogDialog.tsx
@@ -14,7 +14,6 @@ import {
Grid,
InputAdornment,
MenuItem,
- TextField,
Typography
} from '@mui/material';
@@ -193,12 +192,11 @@ const SensorsAnalogDialog = ({
label={LL.NAME(0)}
value={editItem.n}
fullWidth
- variant="outlined"
onChange={updateFormValue}
/>
-
{analogTypeMenuItems}
-
+
{(isCounterOrRate || isFreqType) && (
-
{uomMenuItems}
-
+
)}
{editItem.t === AnalogType.ADC && (
-
-
-
-
@@ -302,13 +296,12 @@ const SensorsAnalogDialog = ({
)}
{isCounterOrRate && (
-
-
-
-
+
-
-
+
-
{LL.ALWAYS()} {LL.ON()}
-
+
>
)}
{isPWM && (
<>
-
-
-
-
+
-