Merge branch 'main' into add-etke-server-commands

This commit is contained in:
Aine
2025-03-04 22:54:00 +02:00
5 changed files with 370 additions and 362 deletions

View File

@@ -558,7 +558,7 @@ const FilePicker = () => {
</CardActions>
);
const allCards: JSX.Element[] = [];
const allCards: React.JSX.Element[] = [];
if (uploadCard) allCards.push(uploadCard);
if (errorCards) allCards.push(errorCards);
if (conflictCards) allCards.push(conflictCards);