mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
Updae theme and fix some bug (#1711)
This commit is contained in:
@@ -142,7 +142,7 @@ const NodeInputSelect = ({
|
||||
|
||||
return (
|
||||
<MyMenu
|
||||
offset={[0, -1]}
|
||||
offset={[-0.5, -0.5]}
|
||||
Button={
|
||||
<Button
|
||||
size={'xs'}
|
||||
@@ -154,7 +154,7 @@ const NodeInputSelect = ({
|
||||
<Box fontWeight={'medium'}>{renderTypeData.title}</Box>
|
||||
</Button>
|
||||
}
|
||||
menuList={filterMenuList}
|
||||
menuList={[{ children: filterMenuList }]}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user