feat: displaying the tool description when clicking on a custom tool (#2642)
This commit is contained in:
@@ -63,7 +63,7 @@ const Item: FC<Props> = ({
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
{showDetail && isBuiltIn && (
|
||||
{showDetail && (
|
||||
<SettingBuiltInTool
|
||||
collection={collection}
|
||||
toolName={payload.name}
|
||||
@@ -71,6 +71,7 @@ const Item: FC<Props> = ({
|
||||
onHide={() => {
|
||||
setShowDetail(false)
|
||||
}}
|
||||
isBuiltIn={isBuiltIn}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
Reference in New Issue
Block a user