Update AP posting form validation.
This commit is contained in:
@@ -140,7 +140,10 @@ export function DmsAllocationsSummaryAp({ socket, bodyshop, billids, title }) {
|
|||||||
>
|
>
|
||||||
<Input />
|
<Input />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Button disabled={!socket.allocationsSummary} htmlType="submit">
|
<Button
|
||||||
|
disabled={!allocationsSummary || allocationsSummary.length === 0}
|
||||||
|
htmlType="submit"
|
||||||
|
>
|
||||||
{t("jobs.actions.dms.post")}
|
{t("jobs.actions.dms.post")}
|
||||||
</Button>
|
</Button>
|
||||||
</Form>
|
</Form>
|
||||||
|
|||||||
Reference in New Issue
Block a user