feature/IO-3499-React-19 checkpoint

This commit is contained in:
Dave
2026-01-20 17:22:07 -05:00
parent 4c8783a2c2
commit 8de507bf37
5 changed files with 3 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ import { DateTimeFormatter } from "../../utils/DateFormatter";
import { TemplateList } from "../../utils/TemplateConstants";
import useLocalStorage from "../../utils/useLocalStorage";
import LayoutFormRow from "../layout-form-row/layout-form-row.component";
import NoteUpsertModal from "../note-upsert-modal/note-upsert-modal.container";
import PrintWrapperComponent from "../print-wrapper/print-wrapper.component";
import JobNotesPinToggle from "../job-notes-pin-toggle/job-notes-pin-toggle.component";
@@ -184,8 +183,6 @@ export function JobNotesComponent({
</Button>
}
>
<NoteUpsertModal />
<Table loading={loading} columns={columns} rowKey="id" dataSource={data} onChange={handleTableChange} />
</Card>
</div>