mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-31 11:28:51 +00:00
v4.6-3 (#471)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { useRef, useCallback } from 'react';
|
||||
import { Box } from '@chakra-ui/react';
|
||||
import { useToast } from '@/web/common/hooks/useToast';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
|
||||
export const useSelectFile = (props?: { fileType?: string; multiple?: boolean }) => {
|
||||
const { t } = useTranslation();
|
||||
|
Reference in New Issue
Block a user