fix(frontend): restore ALL sentinel in sidebar to fix hydration mismatch

This commit is contained in:
2026-03-20 01:33:27 +01:00
parent 8101734c63
commit 137251fe37

View File

@@ -15,7 +15,7 @@ interface Props {
onBack: () => void; onBack: () => void;
} }
const ALL = ""; const ALL = "__all__";
const CONTENT_TYPES_ALL = [ const CONTENT_TYPES_ALL = [
{ value: ALL, label: "All types" }, { value: ALL, label: "All types" },