Fix: The form related to switching the dataset pipeline configuration was not rendered. (#17124)

This commit is contained in:
balibabu
2026-07-21 10:12:41 +08:00
committed by GitHub
parent 178b40cb25
commit c098c4c296
7 changed files with 124 additions and 22 deletions

View File

@@ -33,6 +33,7 @@ export interface IDataset {
nickname: string;
pagerank: number;
parser_config: Parserconfig;
parser_id?: string;
permission: string;
pipeline_id: string;
raptor_task_finish_at: string;