-
- {options.map((option, index) => {
- return (
- <>
- {index === options.length - 1 &&
}
-
- >
- )
- })}
-
- )
-}
diff --git a/web/app/components/workflow/block-selector/types.ts b/web/app/components/workflow/block-selector/types.ts
index e990695b15..94ef32956c 100644
--- a/web/app/components/workflow/block-selector/types.ts
+++ b/web/app/components/workflow/block-selector/types.ts
@@ -266,6 +266,7 @@ export type TriggerOAuthConfig = {
custom_configured: boolean
custom_enabled: boolean
redirect_uri: string
+ oauth_client_schema: ParametersSchema[]
params: {
client_id: string
client_secret: string
diff --git a/web/i18n/en-US/plugin-trigger.ts b/web/i18n/en-US/plugin-trigger.ts
index 5fee874104..b3bd2e8aa4 100644
--- a/web/i18n/en-US/plugin-trigger.ts
+++ b/web/i18n/en-US/plugin-trigger.ts
@@ -4,7 +4,6 @@ const translation = {
listNum: '{{num}} subscriptions',
empty: {
title: 'No subscriptions',
- description: 'Create your first subscription to start receiving events',
button: 'New subscription',
},
createButton: {
diff --git a/web/i18n/zh-Hans/plugin-trigger.ts b/web/i18n/zh-Hans/plugin-trigger.ts
index 5529edfe53..5476c96ed8 100644
--- a/web/i18n/zh-Hans/plugin-trigger.ts
+++ b/web/i18n/zh-Hans/plugin-trigger.ts
@@ -4,7 +4,6 @@ const translation = {
listNum: '{{num}} 个订阅',
empty: {
title: '暂无订阅',
- description: '创建您的第一个订阅以开始接收事件',
button: '新建订阅',
},
createButton: {