IO-1029 IO-1027

This commit is contained in:
Patrick Fic
2021-05-06 17:53:09 -07:00
parent fb37f6a27e
commit c8a42b0a9f
3 changed files with 75 additions and 74 deletions

View File

@@ -236,9 +236,9 @@ export function PartsOrderModalContainer({
: t("parts_orders.labels.newpartsorder")
}
onCancel={() => toggleModalVisible()}
width="90%"
onOk={() => form.submit()}
destroyOnClose
width="50%"
forceRender
>
{error ? <AlertComponent message={error.message} type="error" /> : null}