mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-21 11:30:06 +00:00
Concat plugin to app (#1799)
This commit is contained in:
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import { Flex, Box, BoxProps } from '@chakra-ui/react';
|
||||
import MyIcon from '../Icon';
|
||||
|
||||
type Props = BoxProps & {
|
||||
type Props = Omit<BoxProps, 'onChange'> & {
|
||||
list: {
|
||||
icon?: string;
|
||||
label: string | React.ReactNode;
|
||||
|
Reference in New Issue
Block a user