Skip to content

Commit ae639c7

Browse files
committed
Remove IIS connection since deactivated after showcase
1 parent 99a6cbb commit ae639c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib/AddFile.svelte

-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import FetchUrl from './FetchUrl.svelte';
2222
import FetchFile from './FetchFile.svelte';
2323
import FetchSoF from './FetchSoF.svelte';
24-
import FetchIIS from './FetchIIS.svelte';
2524
import ODHForm from './ODHForm.svelte';
2625
import ResourceSelector from './ResourceSelector.svelte';
2726
import { verify } from './shcDecoder.js';
@@ -330,12 +329,6 @@
330329
on:shc-retrieved={ async ({ detail }) => { handleSHCResultUpdate(detail) } }>
331330
</FetchSoF>
332331
</TabPane>
333-
<TabPane class="iis-tab" tabId="iis" style="padding-top:10px">
334-
<span class="iis-tab" slot="tab">WA Immunization Registry</span>
335-
<FetchIIS
336-
on:update-resources={ async ({ detail }) => { handleNewResources(detail) } }>
337-
</FetchIIS>
338-
</TabPane>
339332
<TabPane class="url-tab" tabId="url" style="padding-top:10px">
340333
<span class="url-tab" slot="tab" >FHIR URL</span>
341334
<FetchUrl

0 commit comments

Comments
 (0)