Skip to content

Commit efd338d

Browse files
author
colinmcneil
committed
Remove tile openUrl from your tools as well
1 parent b6a6b96 commit efd338d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension/ui/src/components/tabs/YourTools.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const YourTools: React.FC<YourToolsProps> = ({
5151
return (
5252
<Grid2 size={{ xs: 12, sm: 6, md: 4 }} key={name}>
5353
<Tile
54-
openUrl={() => { }}
5554
item={catalogItem}
5655
registered={true}
5756
onSecretChange={async () => { }}

0 commit comments

Comments
 (0)