web/changelogs: make date attribute required

This commit is contained in:
dumbmoron
2024-07-21 11:30:06 +00:00
parent ebaa209c47
commit 534af330ce
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
export let version: string;
export let title: string;
export let date: string | undefined;
export let date: string;
export let banner: { file: string; alt: string } | undefined;
let bannerLoaded = false;