mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-02 22:07:31 +08:00
Refactor: Standardize naming convention to camelCase (#14079)
### What problem does this PR solve? Refactor: Standardize naming convention to camelCase ### Type of change - [x] Refactoring
This commit is contained in:
@@ -136,7 +136,7 @@ const FileLogsPage: FC = () => {
|
||||
const { data: topData } = useFetchOverviewTital();
|
||||
const {
|
||||
pagination: { total: fileTotal },
|
||||
} = useFetchDocumentList();
|
||||
} = useFetchDocumentList(false);
|
||||
|
||||
useEffect(() => {
|
||||
setTopAllData((prev) => {
|
||||
|
||||
Reference in New Issue
Block a user