Added missing pages for selected header BOD-164
This commit is contained in:
@@ -13,7 +13,6 @@ export default function ProductionRemoveButton({ jobId }) {
|
||||
const [loading, setLoading] = useState(false);
|
||||
const search = queryString.parse(useLocation().search);
|
||||
const history = useHistory();
|
||||
const { selected } = search;
|
||||
|
||||
const handleRemoveFromProd = async () => {
|
||||
logImEXEvent("production_remove_job");
|
||||
|
||||
Reference in New Issue
Block a user