fix: Displays the dataset creation and settings page #9869 (#10052)

### What problem does this PR solve?

[_Briefly describe what this PR aims to solve. Include background
context that will help reviewers understand the purpose of the
PR._](fix: Displays the dataset creation and settings page #9869)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-09-11 17:25:07 +08:00
committed by GitHub
parent 179091b1a4
commit 63d7382dc9
3 changed files with 8 additions and 19 deletions

View File

@ -89,12 +89,12 @@ const FileLogsPage: FC = () => {
const mockData = Array(30)
.fill(0)
.map((_, i) => ({
id: i === 0 ? '#952734' : `14`,
id: i === 0 ? '952734' : `14`,
fileName: 'PRD for DealBees 1.2 (1).txt',
source: 'GitHub',
pipeline: i === 0 ? 'data demo for...' : i === 1 ? 'test' : 'kikis demo',
startDate: '14/03/2025 14:53:39',
task: i === 0 ? 'Parse' : 'Parser',
task: i === 0 ? 'chunck' : 'Parser',
status:
i === 0
? 'Success'