From a7e972b3ce3228c6c46bbc729e1720341f6e5228 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Wed, 23 Jun 2021 13:22:03 -0700 Subject: [PATCH] IO-1213 Recalc after line delete. --- .../job-detail-lines/job-lines.component.jsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/client/src/components/job-detail-lines/job-lines.component.jsx b/client/src/components/job-detail-lines/job-lines.component.jsx index 8ebc5d284..8ac3bdd02 100644 --- a/client/src/components/job-detail-lines/job-lines.component.jsx +++ b/client/src/components/job-detail-lines/job-lines.component.jsx @@ -16,6 +16,7 @@ import { Table, Tag, } from "antd"; +import axios from "axios"; import React, { useState } from "react"; import { useTranslation } from "react-i18next"; import { connect } from "react-redux"; @@ -291,8 +292,8 @@ export function JobLinesComponent({