feature/IO-3499-React-19 - The great button refactor of 2026
This commit is contained in:
@@ -564,11 +564,10 @@ export function BillEnterModalLinesComponent({
|
||||
{() => (
|
||||
<Space wrap>
|
||||
<Button
|
||||
icon={<DeleteFilled />}
|
||||
disabled={disabled || getFieldValue("billlines")[record.fieldKey]?.inventories?.length > 0}
|
||||
onClick={() => remove(record.name)}
|
||||
>
|
||||
<DeleteFilled />
|
||||
</Button>
|
||||
/>
|
||||
|
||||
{Simple_Inventory.treatment === "on" && (
|
||||
<BilllineAddInventory
|
||||
|
||||
Reference in New Issue
Block a user