Synchronize calendar moderation and news list moderation

This commit is contained in:
2025-02-25 17:21:16 +01:00
parent 07028c8dd8
commit 10701ccdfa
3 changed files with 11 additions and 11 deletions

View File

@ -10,6 +10,8 @@ const AlertState = {
PUBLISHED: 2,
// biome-ignore lint/style/useNamingConvention: this feels more like an enum
DELETED: 3,
// biome-ignore lint/style/useNamingConvention: this feels more like an enum
DISPLAYED: 4, // When published at page generation
};
exportToHtml("AlertState", AlertState);