fix: display plugin trigger labels in logs using i18n metadata

This commit is contained in:
lyzno1
2025-10-25 12:41:37 +08:00
parent 3bd62f3fdf
commit 651cc81cfe
6 changed files with 27 additions and 8 deletions

View File

@ -249,6 +249,7 @@ export type TriggerInfo = {
workflow_trigger_log_id?: string
provider_id?: string
provider_name?: string
provider_label?: Record<string, string>
subscription_id?: string
event_name?: string
plugin_id?: string