mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
Fix/24655 (#26527)
Co-authored-by: charles liu <dearcharles.liu@gmail.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@@ -75,6 +75,7 @@ dataset_detail_fields = {
|
||||
"document_count": fields.Integer,
|
||||
"word_count": fields.Integer,
|
||||
"created_by": fields.String,
|
||||
"author_name": fields.String,
|
||||
"created_at": TimestampField,
|
||||
"updated_by": fields.String,
|
||||
"updated_at": TimestampField,
|
||||
|
||||
Reference in New Issue
Block a user