From 673d0bb7c5db7a413aed0d694414639f01d2ec2a Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Tue, 14 Nov 2023 12:15:09 -0800 Subject: [PATCH] IO-2453 Clear Bin Location --- .../job-line-location-popup.component.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/job-line-location-popup/job-line-location-popup.component.jsx b/client/src/components/job-line-location-popup/job-line-location-popup.component.jsx index 16bb32fed..676ae6f59 100644 --- a/client/src/components/job-line-location-popup/job-line-location-popup.component.jsx +++ b/client/src/components/job-line-location-popup/job-line-location-popup.component.jsx @@ -1,6 +1,6 @@ +import { useMutation } from "@apollo/client"; import { notification, Select } from "antd"; import React, { useEffect, useState } from "react"; -import { useMutation } from "@apollo/client"; import { useTranslation } from "react-i18next"; import { connect } from "react-redux"; import { createStructuredSelector } from "reselect"; @@ -56,8 +56,10 @@ export function JobLineLocationPopup({ bodyshop, jobline, disabled }) {