Skip to content

Commit

Permalink
fix: plugin runtime (#2032)
Browse files Browse the repository at this point in the history
* fix: plugin runtime

* fix

* fix build

* fix build
  • Loading branch information
newfish-cmyk authored and c121914yu committed Jul 15, 2024
1 parent 38c6a21 commit 2b8a8a6
Show file tree
Hide file tree
Showing 22 changed files with 338 additions and 935 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ChatRoleEnum, ChatStatusEnum } from '@fastgpt/global/core/chat/constant
import FilesBlock from './FilesBox';
import { ChatBoxContext } from '../Provider';
import { useContextSelector } from 'use-context-selector';
import AIResponseBox from './AIResponseBox';
import AIResponseBox from '../../../components/AIResponseBox';

const colorMap = {
[ChatStatusEnum.loading]: {
Expand Down
Loading

0 comments on commit 2b8a8a6

Please sign in to comment.