mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
chore(FE-113,140,141): adjust back button link
This commit is contained in:
@@ -288,7 +288,7 @@ const TransferToLayingForm = ({
|
|||||||
<section className='w-full max-w-3xl'>
|
<section className='w-full max-w-3xl'>
|
||||||
<header className='flex flex-col gap-4'>
|
<header className='flex flex-col gap-4'>
|
||||||
<Button
|
<Button
|
||||||
href='/master-data/nonstock'
|
href='/production/transfer-to-laying'
|
||||||
variant='link'
|
variant='link'
|
||||||
className='w-fit p-0 text-primary'
|
className='w-fit p-0 text-primary'
|
||||||
>
|
>
|
||||||
@@ -418,6 +418,9 @@ const TransferToLayingForm = ({
|
|||||||
value={kandang.kandang}
|
value={kandang.kandang}
|
||||||
options={[]}
|
options={[]}
|
||||||
isDisabled
|
isDisabled
|
||||||
|
className={{
|
||||||
|
wrapper: 'min-w-52',
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
@@ -441,6 +444,9 @@ const TransferToLayingForm = ({
|
|||||||
idx
|
idx
|
||||||
)}
|
)}
|
||||||
readOnly={type === 'detail'}
|
readOnly={type === 'detail'}
|
||||||
|
className={{
|
||||||
|
wrapper: 'min-w-52',
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user