Skip to content

Commit

Permalink
[Fix]Fix task err pop Model (#3128)
Browse files Browse the repository at this point in the history
Co-authored-by: gaoyan1998 <gaoyan1998@users.noreply.github.com>
  • Loading branch information
gaoyan1998 and gaoyan1998 authored Feb 1, 2024
1 parent e587f49 commit 2565f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ export const TASK_VAR_FILTER = [
'databaseName',
'envName',
'alertGroupName',
'variables'
'variables',
'alertGroup'
];
5 changes: 1 addition & 4 deletions dinky-web/src/pages/DataStudio/MiddleContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ import {
isDataStudioTabsItemType,
isMetadataTabsItemType
} from '@/pages/DataStudio/function';
import {
getBottomSelectKeyFromNodeClickJobType,
getRightSelectKeyFromNodeClickJobType
} from '@/pages/DataStudio/LeftContainer/Project/function';
import { getRightSelectKeyFromNodeClickJobType } from '@/pages/DataStudio/LeftContainer/Project/function';
import { getTabIcon } from '@/pages/DataStudio/MiddleContainer/function';
import KeyBoard from '@/pages/DataStudio/MiddleContainer/KeyBoard';
import QuickGuide from '@/pages/DataStudio/MiddleContainer/QuickGuide';
Expand Down

0 comments on commit 2565f13

Please sign in to comment.