File tree 2 files changed +402
-0
lines changed
2 files changed +402
-0
lines changed Original file line number Diff line number Diff line change 22
22
import FetchFile from ' ./FetchFile.svelte' ;
23
23
import FetchSoF from ' ./FetchSoF.svelte' ;
24
24
import FetchAD from ' ./FetchAD.svelte' ;
25
+ import FetchTEFCA from ' ./FetchTEFCA.svelte' ;
25
26
import ODHForm from ' ./ODHForm.svelte' ;
26
27
import ResourceSelector from ' ./ResourceSelector.svelte' ;
27
28
import { verify } from ' ./shcDecoder.js' ;
38
39
import { page } from ' $app/stores' ;
39
40
import { getResourcesFromIPS } from ' ./resourceUploader.js' ;
40
41
import { goto } from ' $app/navigation' ;
42
+ import FetchTefca from ' ./FetchTEFCA.svelte' ;
41
43
42
44
export let status = " " ;
43
45
353
355
on:update-resources ={ async ({ detail }) => { handleNewResources (detail ) } }>
354
356
</FetchAD >
355
357
</TabPane >
358
+ <TabPane class =" tefca-tab" tabId =" tefca" style =" padding-top:10px" >
359
+ <span class =" tefca-tab" slot =" tab" >TEFCA Search</span >
360
+ <FetchTEFCA
361
+ on:update-resources ={ async ({ detail }) => { handleNewResources (detail ) } }>
362
+ </FetchTEFCA >
363
+ </TabPane >
356
364
</TabContent >
357
365
</AccordionItem >
358
366
{#if resourcesToReview .length > 0 }
You can’t perform that action at this time.
0 commit comments