We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc1c2e7 + 53ceb64 commit 168d347Copy full SHA for 168d347
client/packages/lowcoder/src/comps/queries/queryComp.tsx
@@ -664,23 +664,6 @@ export const QueryComp = withExposingConfigs(QueryCompTmp, [
664
new NameConfig("isFetching", trans("query.isFetchingExportDesc")),
665
new NameConfig("runTime", trans("query.runTimeExportDesc")),
666
new NameConfig("latestEndTime", trans("query.latestEndTimeExportDesc")),
667
- new DepsConfig(
668
- "variables",
669
- (children: any) => {
670
- return {data: children.variables.children.variables.node()};
671
- },
672
- (input) => {
673
- if (!input.data) {
674
- return undefined;
675
- }
676
- const newNode = Object.values(input.data)
677
- .filter((kvNode: any) => kvNode.key)
678
- .map((kvNode: any) => ({[kvNode.key]: kvNode.value}))
679
- .reduce((prev, obj) => ({...prev, ...obj}), {});
680
- return newNode;
681
682
- trans("query.variables")
683
- ),
684
new NameConfig("triggerType", trans("query.triggerTypeExportDesc")),
685
]);
686
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments