From ce2086a480f45849065bf620ee5aeda7baa3667d Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 11 Apr 2024 12:43:14 -0700 Subject: [PATCH] IO-2753 Parts Order/Return Quantity restrict to above 0 Signed-off-by: Allan Carr --- .../parts-order-modal.component.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/components/parts-order-modal/parts-order-modal.component.jsx b/client/src/components/parts-order-modal/parts-order-modal.component.jsx index 7ce456280..8fcbe4007 100644 --- a/client/src/components/parts-order-modal/parts-order-modal.component.jsx +++ b/client/src/components/parts-order-modal/parts-order-modal.component.jsx @@ -1,17 +1,17 @@ -import { DeleteFilled, WarningFilled, DownOutlined } from "@ant-design/icons"; +import { DeleteFilled, DownOutlined, WarningFilled } from "@ant-design/icons"; import { useTreatments } from "@splitsoftware/splitio-react"; import { + Checkbox, Divider, + Dropdown, Form, Input, InputNumber, + Menu, Radio, + Select, Space, Tag, - Select, - Menu, - Dropdown, - Checkbox, } from "antd"; import React from "react"; import { useTranslation } from "react-i18next"; @@ -255,7 +255,7 @@ export function PartsOrderModalComponent({ }, ]} > - +