chore: lint

This commit is contained in:
karishmas6
2024-07-27 00:01:39 +05:30
parent fec3461653
commit 1c1e826a96

View File

@@ -154,7 +154,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
helperText={errors[step.id]}
InputProps={{
readOnly: confirmedSteps[step.id]
}}
}}
/>
<TextField
label="Data"
@@ -163,7 +163,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
margin="normal"
InputProps={{
readOnly: confirmedSteps[step.id]
}}
}}
/>
{!confirmedSteps[step.id] && (
<Box display="flex" justifyContent="space-between" gap={2}>