chore: lint
This commit is contained in:
@@ -154,7 +154,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
helperText={errors[step.id]}
|
helperText={errors[step.id]}
|
||||||
InputProps={{
|
InputProps={{
|
||||||
readOnly: confirmedSteps[step.id]
|
readOnly: confirmedSteps[step.id]
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<TextField
|
<TextField
|
||||||
label="Data"
|
label="Data"
|
||||||
@@ -163,7 +163,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
margin="normal"
|
margin="normal"
|
||||||
InputProps={{
|
InputProps={{
|
||||||
readOnly: confirmedSteps[step.id]
|
readOnly: confirmedSteps[step.id]
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{!confirmedSteps[step.id] && (
|
{!confirmedSteps[step.id] && (
|
||||||
<Box display="flex" justifyContent="space-between" gap={2}>
|
<Box display="flex" justifyContent="space-between" gap={2}>
|
||||||
|
|||||||
Reference in New Issue
Block a user