mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 12:09:31 +08:00
Fix: Unable to navigate from the agent list page to the compilation editing page. (#17460)
This commit is contained in:
@@ -20,7 +20,7 @@ export const MemorySettingProvider: React.FC<{
|
||||
);
|
||||
};
|
||||
|
||||
// eslint-disable-next-line react-refresh/only-export-components
|
||||
// oxlint-disable-next-line react-refresh/only-export-components
|
||||
export const useMemorySettingContext = (): MemorySettingContextType => {
|
||||
const context = useContext(MemorySettingContext);
|
||||
if (context === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user