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 54892d3 commit f0558e0Copy full SHA for f0558e0
redisinsight/ui/src/pages/workbench/components/enablement-area/EnablementArea/components/Group/Group.tsx
@@ -46,10 +46,6 @@ const Group = (props: Props) => {
46
const { deleting: deletingCustomTutorials } = useSelector(workbenchCustomTutorialsSelector)
47
const { instanceId = '' } = useParams<{ instanceId: string }>()
48
49
- if (isShowActions) {
50
- console.log(children)
51
- }
52
-
53
const handleCreate = (e: React.MouseEvent) => {
54
e.stopPropagation()
55
onCreate?.()
0 commit comments