refactor the "SEE ALL" button into a component

This commit is contained in:
geoffrey45
2023-01-02 15:29:40 +03:00
committed by Mungai Njoroge
parent 070dc92733
commit 688e7d8282
14 changed files with 84 additions and 101 deletions
+4
View File
@@ -34,3 +34,7 @@ export const contextChildrenShowModeStrings = <S>{
show_mode: "Show context children on",
},
};
export const showFoldersAsStrings = <S>{
settings: { show_folders_as: "Show folders as" },
};