We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5614794 commit 4829ea3Copy full SHA for 4829ea3
1 file changed
pages/tools/components/ToolingTable.tsx
@@ -33,7 +33,6 @@ const ToolingTable = ({
33
toolsByGroup,
34
transform,
35
setTransform,
36
- numberOfTools,
37
onVisibleToolCountChange,
38
}: ToolingTableProps) => {
39
const [selectedTool, setSelectedTool] = useState<JSONSchemaTool | null>(null);
0 commit comments