now is working in settings

This commit is contained in:
TomasMatarazzo
2024-04-22 16:16:19 -03:00
parent 260e328cc1
commit 480825ddd7
3 changed files with 13 additions and 14 deletions

View File

@@ -121,7 +121,7 @@ export const selectSelectedDocsStatus = (state: RootState) =>
!!state.preference.selectedDocs;
export const selectSourceDocs = (state: RootState) =>
state.preference.sourceDocs;
export const selectModalState = (state: RootState) =>
export const selectModalStateDeleteConv = (state: RootState) =>
state.preference.modalState;
export const selectSelectedDocs = (state: RootState) =>
state.preference.selectedDocs;