mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: enhance dataset detail layout with button disable logic based on pipeline status
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user