You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by so...@apache.org on 2022/03/24 08:57:56 UTC

[dolphinscheduler] branch dev updated: [Fix][UI Next][V1.0.0-Alpha] Remove the resources in SQL. (#9153)

This is an automated email from the ASF dual-hosted git repository.

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2d444e56 [Fix][UI Next][V1.0.0-Alpha] Remove the resources in SQL. (#9153)
2d444e56 is described below

commit 2d444e56b3e33624d8745fc9fd1d1b89dc1b86cf
Author: Amy0104 <97...@users.noreply.github.com>
AuthorDate: Thu Mar 24 16:57:50 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha] Remove the resources in SQL. (#9153)
---
 .../src/views/projects/task/components/node/fields/use-sql.ts          | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts b/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts
index e6a5a5e..602f3d6 100644
--- a/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts
+++ b/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts
@@ -16,7 +16,7 @@
  */
 import { computed } from 'vue'
 import { useI18n } from 'vue-i18n'
-import { useResources, useCustomParams } from '.'
+import { useCustomParams } from '.'
 import { useUdfs } from './use-udfs'
 import type { IJsonItem } from '../types'
 
@@ -46,7 +46,6 @@ export function useSql(model: { [field: string]: any }): IJsonItem[] {
       }
     },
     useUdfs(model),
-    useResources(),
     ...useCustomParams({ model, field: 'localParams', isSimple: false }),
     {
       type: 'multi-input',