We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950d302 commit e1dc729Copy full SHA for e1dc729
src/components/FeedbackForms/MissingRecord/RecordPanel.tsx
@@ -42,6 +42,7 @@ import { useGetSingleRecord } from '@/api/search/search';
42
const collections: { value: Database; label: string }[] = [
43
{ value: 'astronomy', label: 'Astronomy and Astrophysics' },
44
{ value: 'physics', label: 'Physics and Geophysics' },
45
+ { value: 'earthscience', label: 'Earth Science' },
46
{ value: 'general', label: 'General' },
47
];
48
0 commit comments