mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
HTTP support jsonPath; System plugin support save file. (#2969)
* perf: system plugin auto save file * feat: http support jsonPath * fix: assistant response * reset milvus version * fix: textarea register * fix: global variable * delete tip * doc
This commit is contained in:
@@ -24,6 +24,7 @@ type Props = TextareaProps & {
|
||||
const MyTextarea = React.forwardRef<HTMLTextAreaElement, Props>(function MyTextarea(props, ref) {
|
||||
const ModalTextareaRef = useRef<HTMLTextAreaElement>(null);
|
||||
const TextareaRef = useRef<HTMLTextAreaElement>(null);
|
||||
React.useImperativeHandle(ref, () => TextareaRef.current!);
|
||||
|
||||
const { t } = useTranslation();
|
||||
const {
|
||||
|
Reference in New Issue
Block a user