IO-1399 Parts Order Modal Updates

This commit is contained in:
Patrick Fic
2021-10-04 16:13:33 -07:00
parent 4b0c2c60a2
commit 80c90f1819
6 changed files with 7542 additions and 7516 deletions

View File

@@ -260,7 +260,7 @@ export function PartsOrderModalContainer({
onCancel={() => toggleModalVisible()}
onOk={() => form.submit()}
destroyOnClose
width="50%"
width="75%"
forceRender
>
{error ? <AlertComponent message={error.message} type="error" /> : null}