mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
use base ui toast
This commit is contained in:
@ -3,8 +3,8 @@ import type { FlowType } from '@/types/common'
|
||||
import type { NodeRunResult, NodeTracing } from '@/types/workflow'
|
||||
import { unionBy } from 'es-toolkit/compat'
|
||||
import { noop } from 'es-toolkit/function'
|
||||
|
||||
import { produce } from 'immer'
|
||||
|
||||
import { useCallback, useEffect, useRef, useState } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import {
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
import type { FC } from 'react'
|
||||
import type { HttpMethod, WebhookTriggerNodeType } from './types'
|
||||
import type { NodePanelProps } from '@/app/components/workflow/types'
|
||||
|
||||
import copy from 'copy-to-clipboard'
|
||||
|
||||
import * as React from 'react'
|
||||
import { useEffect, useRef, useState } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
|
||||
Reference in New Issue
Block a user