mirror of
https://github.com/langgenius/dify.git
synced 2026-03-28 17:40:53 +08:00
Revert "feat: propagate trigger metadata for plugin icons across UI"
This reverts commit 3bd62f3fdf.
This commit is contained in:
@ -13,7 +13,6 @@ workflow_app_log_partial_fields = {
|
||||
"created_by_account": fields.Nested(simple_account_fields, attribute="created_by_account", allow_null=True),
|
||||
"created_by_end_user": fields.Nested(simple_end_user_fields, attribute="created_by_end_user", allow_null=True),
|
||||
"created_at": TimestampField,
|
||||
"trigger_info": fields.Raw(attribute="trigger_info"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user