fix(frontend): restore ALL sentinel in sidebar to fix hydration mismatch
This commit is contained in:
@@ -15,7 +15,7 @@ interface Props {
|
||||
onBack: () => void;
|
||||
}
|
||||
|
||||
const ALL = "";
|
||||
const ALL = "__all__";
|
||||
|
||||
const CONTENT_TYPES_ALL = [
|
||||
{ value: ALL, label: "All types" },
|
||||
|
||||
Reference in New Issue
Block a user