chore(FE-113,140,141): adjust back button link

This commit is contained in:
ValdiANS
2025-10-23 12:54:46 +07:00
parent ab9fbc9032
commit 9a51b2876f
@@ -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>