Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
zonetecde committed Sep 13, 2024
1 parent 76256cc commit 4bf76d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/layout/ExportPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { latinNumberToArabic, millisecondsToSubtitlesTimeFormat } from '$lib/ext/Utilities';
import toast from 'svelte-french-toast';
let outputType: undefined | 'video' | 'subtitles' = 'subtitles';
let outputType: undefined | 'video' | 'subtitles' = undefined;
let selectedTranslations: string[] = [];
let translationsWithVerseNumber: string[] = [];
Expand Down

0 comments on commit 4bf76d4

Please sign in to comment.