Tests and fixes for ArticleSelector component

This commit is contained in:
Adrian Rumpold
2025-04-25 12:42:29 +02:00
parent 727622755f
commit 3e5d465356
3 changed files with 101 additions and 35 deletions

View File

@@ -16,7 +16,7 @@ type Division = {
title: string;
subtitle: string;
level: number;
content: Article[] | Division[];
content: (Article | Division)[];
};
export { Language };