nav cleaning and updated functionality

This commit is contained in:
TaylorS15
2023-02-22 10:31:51 -05:00
parent 907c4f8c4b
commit b49f7b144f
2 changed files with 61 additions and 18 deletions

View File

@@ -42,3 +42,5 @@ export const selectSelectedDocsStatus = (state: RootState) =>
!!state.preference.selectedDocs;
export const selectSourceDocs = (state: RootState) =>
state.preference.sourceDocs;
export const selectSelectedDocs = (state: RootState) =>
state.preference.selectedDocs;