Skip to content

Commit

Permalink
bugfix: miss import message from antd in workflowgrap page
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed Feb 1, 2022
1 parent 378c012 commit 118b402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Workflow/WorkflowGraph/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { useState, useEffect, useRef } from 'react';
import { DagreGraph } from '@ant-design/charts';
import { message } from "antd";
import {getWorkflowSimpleDescription} from "@/services/workflows";

const WorkflowGraph = (props) => {
Expand Down

0 comments on commit 118b402

Please sign in to comment.