Fixed parts ordering issue where lines were not populated due to rerender.

This commit is contained in:
Patrick Fic
2020-02-21 09:48:34 -08:00
parent 1476781fa8
commit e08e55f2f5
2 changed files with 25 additions and 3 deletions

View File

@@ -58,7 +58,6 @@ export default function JobLinesUpsertModalContainer({
refetch();
changeVisibility(!visible);
};
console.log("lineSTate", lineState);
return (
<JobLinesUpdsertModal
visible={visible}