Skip to content

Commit

Permalink
fix(flow): add tablestore node
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Kinplemelon committed Dec 19, 2024
1 parent 31c480f commit d1e1d47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/hooks/Flow/useFlowNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export const SinkType = {
Couchbase: BridgeType.Couchbase,
Datalayers: BridgeType.Datalayers,
Snowflake: BridgeType.Snowflake,
Tablestore: BridgeType.Tablestore,
RePub: 'republish',
Console: 'console',
}
Expand Down
1 change: 1 addition & 0 deletions src/hooks/Rule/bridge/useBridgeTypeValue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const bridgesOrder = [
BridgeType.SysKeeperForwarder,
BridgeType.Datalayers,
BridgeType.Snowflake,
BridgeType.Tablestore,
]
export const bridgeOrderIndex: Record<string, number> = bridgesOrder.reduce(
(obj, type, index) => ({ ...obj, [type]: index }),
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1195,11 +1195,11 @@
resolved "https://registry.yarnpkg.com/@element-plus/icons-vue/-/icons-vue-2.0.9.tgz#b7777c57534522e387303d194451d50ff549d49a"
integrity sha512-okdrwiVeKBmW41Hkl0eMrXDjzJwhQMuKiBOu17rOszqM+LS/yBYpNQNV5Jvoh06Wc+89fMmb/uhzf8NZuDuUaQ==

"@emqx/shared-ui-constants@link:../constants":
"@emqx/shared-ui-constants@link:../../../Library/Caches/Yarn/v6/npm-@emqx-shared-ui-utils-0.0.16-3cb4f16f0050bae0fa5818db2948105a48bcf9b5-integrity/node_modules/@emqx/constants":
version "0.0.0"
uid ""

"@emqx/shared-ui-i18n@link:../i18n":
"@emqx/shared-ui-i18n@link:../../../Library/Caches/Yarn/v6/npm-@emqx-shared-ui-utils-0.0.16-3cb4f16f0050bae0fa5818db2948105a48bcf9b5-integrity/node_modules/@emqx/i18n":
version "0.0.0"
uid ""

Expand Down

0 comments on commit d1e1d47

Please sign in to comment.