mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 23:16:58 +08:00
feat: jumping from the chunk list page to the file list page keeps th… (#174)
* feat: jumping from the chunk list page to the file list page keeps the original page number. * feat: jump to the file upload page and reset the file list page number to 1
This commit is contained in:
@ -11,7 +11,7 @@ const Circle = ({ children }: React.PropsWithChildren) => {
|
||||
};
|
||||
|
||||
const handleGithubCLick = () => {
|
||||
window.open('https://github.com/infiniflow/infinity', 'target');
|
||||
window.open('https://github.com/infiniflow/ragflow', 'target');
|
||||
};
|
||||
|
||||
const RightToolBar = () => {
|
||||
|
||||
Reference in New Issue
Block a user