mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 15:41:15 +10:00
fix page history generation
This commit is contained in:
@ -13,6 +13,7 @@ export function usePageHistoryListQuery(
|
||||
queryKey: ["page-history-list", pageId],
|
||||
queryFn: () => getPageHistoryList(pageId),
|
||||
enabled: !!pageId,
|
||||
gcTime: 0,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user