mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 21:48:02 +00:00
v4.6.2-alpah (#511)
This commit is contained in:
@@ -19,7 +19,7 @@ const PromptTemplate = ({
|
||||
const [selectTemplateTitle, setSelectTemplateTitle] = useState<PromptTemplateItem>();
|
||||
|
||||
return (
|
||||
<MyModal isOpen title={title} onClose={onClose} isCentered>
|
||||
<MyModal isOpen title={title} onClose={onClose} iconSrc="/imgs/modal/prompt.svg">
|
||||
<ModalBody h="100%" w={'600px'} maxW={'90vw'} overflowY={'auto'}>
|
||||
<Grid gridTemplateColumns={['1fr', '1fr 1fr']} gridGap={4}>
|
||||
{templates.map((item) => (
|
||||
|
Reference in New Issue
Block a user