mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
remove + more tools option from toolkit in tools view
This commit is contained in:
parent
66b6629abb
commit
62c1230cff
1 changed files with 1 additions and 11 deletions
|
|
@ -1532,10 +1532,6 @@ const ComposioCard = ({
|
|||
case 'remove-toolkit':
|
||||
setShowRemoveToolkitModal(true);
|
||||
break;
|
||||
case 'more-tools':
|
||||
setSelectedToolkitSlug(card.slug);
|
||||
setShowToolsModal(true);
|
||||
break;
|
||||
}
|
||||
}}
|
||||
disabledKeys={[
|
||||
|
|
@ -1543,12 +1539,6 @@ const ComposioCard = ({
|
|||
...(isProcessingRemove ? ['remove-toolkit'] : []),
|
||||
]}
|
||||
>
|
||||
<DropdownItem
|
||||
key="more-tools"
|
||||
startContent={<PlusIcon className="h-3 w-3" />}
|
||||
>
|
||||
More tools
|
||||
</DropdownItem>
|
||||
{hasToolkitWithAuth && isToolkitConnected ? (
|
||||
<DropdownItem
|
||||
key="disconnect"
|
||||
|
|
@ -2135,4 +2125,4 @@ function AddVariableModal({ isOpen, onClose, onConfirm, initialName, initialValu
|
|||
</ModalContent>
|
||||
</Modal>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue