feat: enhance dataset detail layout with button disable logic based on pipeline status

This commit is contained in:
twwu
2025-05-29 14:06:12 +08:00
parent 6ff6525d1d
commit 9176790adf
9 changed files with 83 additions and 25 deletions

View File

@ -81,6 +81,7 @@ export type DataSet = {
doc_metadata?: MetadataInDoc[]
keyword_number?: number
pipeline_id?: string
is_published?: boolean // Indicates if the pipeline is published
}
export type ExternalAPIItem = {