feature/IO-3255-simplified-parts-management - Packages / Housekeeping

This commit is contained in:
Dave Richer
2025-08-06 11:58:50 -04:00
parent 0ed41de956
commit 567002236d
8 changed files with 287 additions and 313 deletions

View File

@@ -1,4 +1,4 @@
import { useApolloClient, useMutation } from "@apollo/client";
import { useMutation } from "@apollo/client";
import { Form, Modal } from "antd";
import { useEffect } from "react";
import { useTranslation } from "react-i18next";
@@ -43,8 +43,6 @@ export function NoteUpsertModalContainer({ currentUser, noteUpsertModal, toggleM
const [form] = Form.useForm();
const { client } = useApolloClient();
useEffect(() => {
//Required to prevent infinite looping.
if (existingNote && open) {