refactor: remove unused DocumentsTable component and simplify global connector dialog comment in dashboard layout

This commit is contained in:
Anish Sarkar 2026-03-05 21:02:05 +05:30
parent 936bd70682
commit 5813b90e78
3 changed files with 1 additions and 319 deletions

View file

@ -49,7 +49,6 @@ export const uploadDocumentMutationAtom = atomWithMutation((get) => {
onSuccess: () => {
// Note: Toast notification is handled by the caller (DocumentUploadTab) to use i18n
// Invalidate logs summary to show new processing tasks immediately on documents page
queryClient.invalidateQueries({
queryKey: cacheKeys.logs.summary(searchSpaceId ?? undefined),
});