Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnyrop committed Dec 16, 2024
1 parent a68dc14 commit a989005
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/components/SearchTabs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
import NatCertSearch from '$lib/components/search/NatCert.svelte';
import { Tabs, Tab, TabContent } from 'carbon-components-svelte';
import { onMount } from 'svelte';
export let scope;
$: scopeIndex = getScopeIndex(scope);
onMount(() => {
updateScopeIndex(scopeIndex);
});
</script>

<Tabs
Expand Down

0 comments on commit a989005

Please sign in to comment.