mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +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
|
||||
disabled
|
||||
className={{
|
||||
input: 'bg-base-200',
|
||||
}}
|
||||
/>
|
||||
<TextInput
|
||||
label='Lokasi'
|
||||
@@ -1382,9 +1379,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
|
||||
}
|
||||
readOnly
|
||||
disabled
|
||||
className={{
|
||||
input: 'bg-base-200',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</Card>
|
||||
@@ -1433,9 +1427,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
|
||||
}
|
||||
readOnly
|
||||
disabled
|
||||
className={{
|
||||
input: 'bg-base-200',
|
||||
}}
|
||||
/>
|
||||
<TextInput
|
||||
label='Lokasi'
|
||||
@@ -1446,9 +1437,6 @@ const MovementForm = ({ type = 'add', initialValues }: MovementFormProps) => {
|
||||
}
|
||||
readOnly
|
||||
disabled
|
||||
className={{
|
||||
input: 'bg-base-200',
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user