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'>
<header className='flex flex-col gap-4'>
<Button
href='/master-data/nonstock'
href='/production/transfer-to-laying'
variant='link'
className='w-fit p-0 text-primary'
>
@@ -418,6 +418,9 @@ const TransferToLayingForm = ({
value={kandang.kandang}
options={[]}
isDisabled
className={{
wrapper: 'min-w-52',
}}
/>
</td>
@@ -441,6 +444,9 @@ const TransferToLayingForm = ({
idx
)}
readOnly={type === 'detail'}
className={{
wrapper: 'min-w-52',
}}
/>
</td>
</tr>