mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE): Remove redundant input bg class from TextInputs
This commit is contained in:
@@ -1369,9 +1369,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
|
|||||||
}
|
}
|
||||||
readOnly
|
readOnly
|
||||||
disabled
|
disabled
|
||||||
className={{
|
|
||||||
input: 'bg-base-200',
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
<TextInput
|
<TextInput
|
||||||
label='Lokasi'
|
label='Lokasi'
|
||||||
@@ -1382,9 +1379,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
|
|||||||
}
|
}
|
||||||
readOnly
|
readOnly
|
||||||
disabled
|
disabled
|
||||||
className={{
|
|
||||||
input: 'bg-base-200',
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
@@ -1433,9 +1427,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
|
|||||||
}
|
}
|
||||||
readOnly
|
readOnly
|
||||||
disabled
|
disabled
|
||||||
className={{
|
|
||||||
input: 'bg-base-200',
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
<TextInput
|
<TextInput
|
||||||
label='Lokasi'
|
label='Lokasi'
|
||||||
@@ -1446,9 +1437,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
|
|||||||
}
|
}
|
||||||
readOnly
|
readOnly
|
||||||
disabled
|
disabled
|
||||||
className={{
|
|
||||||
input: 'bg-base-200',
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user