mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
feat: plugin input type add select and custom var (#2571)
* feat: plugin input type add select and custom var * fix * fix ui * fix * fix
This commit is contained in:
@@ -151,7 +151,7 @@ const NodeInputSelect = ({
|
||||
Button={
|
||||
<Button
|
||||
size={'xs'}
|
||||
leftIcon={<MyIcon name={renderTypeData.icon as any} w={'0.8rem'} />}
|
||||
leftIcon={<MyIcon name={renderTypeData.icon as any} w={'0.8rem'} color={'primary.600'} />}
|
||||
rightIcon={<MyIcon name={'common/select'} w={'0.8rem'} color={'myGray.500'} />}
|
||||
variant={'grayBase'}
|
||||
border={theme.borders.base}
|
||||
|
Reference in New Issue
Block a user