We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5641349 commit 51e4f26Copy full SHA for 51e4f26
specifyweb/frontend/js_src/lib/components/Interactions/InteractionDialog.tsx
@@ -38,12 +38,12 @@ import { AutoGrowTextArea } from '../Molecules/AutoGrowTextArea';
38
import { Dialog } from '../Molecules/Dialog';
39
import { userPreferences } from '../Preferences/userPreferences';
40
import { RecordSetsDialog } from '../Toolbar/RecordSets';
41
-import {
42
- interactionsWithPrepTables,
+import type {
43
InteractionWithPreps,
44
PreparationData,
45
PreparationRow,
46
} from './helpers';
+import { interactionsWithPrepTables } from './helpers';
47
import {
48
getPrepsAvailableForLoanCoIds,
49
getPrepsAvailableForLoanRs,
0 commit comments