fix page history generation

This commit is contained in:
Philipinho
2024-06-07 16:23:23 +01:00
parent 942917072b
commit 2afbede8ce
8 changed files with 122 additions and 99 deletions

View File

@ -13,6 +13,7 @@ export function usePageHistoryListQuery(
queryKey: ["page-history-list", pageId],
queryFn: () => getPageHistoryList(pageId),
enabled: !!pageId,
gcTime: 0,
});
}