mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 10:05:05 +08:00
### What problem does this PR solve? Fix: Fixed an issue where parser configurations could be added infinitely #9869 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -4,15 +4,13 @@ import { Datasets } from './datasets';
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div className="mx-8">
|
||||
<section>
|
||||
<NextBanner></NextBanner>
|
||||
<section className="h-[calc(100dvh-260px)] overflow-auto scrollbar-thin">
|
||||
<Datasets></Datasets>
|
||||
<Applications></Applications>
|
||||
</section>
|
||||
<section>
|
||||
<NextBanner></NextBanner>
|
||||
<section className="h-[calc(100dvh-260px)] overflow-auto px-10">
|
||||
<Datasets></Datasets>
|
||||
<Applications></Applications>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user