mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: fetch submission progress
This commit is contained in:
parent
1285c2a9ce
commit
b39f0e1eda
1 changed files with 3 additions and 0 deletions
|
|
@ -10,8 +10,11 @@
|
|||
import PortfolioLetterUploadCard from '$lib/components/dashboard/PortfolioLetterUploadCard.svelte';
|
||||
import PortfolioZipUploadCard from '$lib/components/dashboard/PortfolioZipUploadCard.svelte';
|
||||
import type { PageData } from './$types';
|
||||
import { fetchSubmProgress } from '$lib/stores/portfolio';
|
||||
|
||||
export let data: PageData;
|
||||
|
||||
fetchSubmProgress();
|
||||
</script>
|
||||
|
||||
<FullLayout>
|
||||
|
|
|
|||
Loading…
Reference in a new issue