fix data_source_detail_dict parameter error (#2000)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
parent
5e97eb1840
commit
5e75f7022f
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ class DocumentDetailApi(DocumentResource):
|
|||
}
|
||||
else:
|
||||
process_rules = DatasetService.get_process_rules(dataset_id)
|
||||
data_source_info = document.data_source_detail_dict_()
|
||||
data_source_info = document.data_source_detail_dict
|
||||
response = {
|
||||
'id': document.id,
|
||||
'position': document.position,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue