Skip to content

Commit e1dc729

Browse files
shinyichenthostetler
authored andcommitted
add earth science to the collection in feedback form
1 parent 950d302 commit e1dc729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FeedbackForms/MissingRecord/RecordPanel.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import { useGetSingleRecord } from '@/api/search/search';
4242
const collections: { value: Database; label: string }[] = [
4343
{ value: 'astronomy', label: 'Astronomy and Astrophysics' },
4444
{ value: 'physics', label: 'Physics and Geophysics' },
45+
{ value: 'earthscience', label: 'Earth Science' },
4546
{ value: 'general', label: 'General' },
4647
];
4748

0 commit comments

Comments
 (0)