Skip to content
Snippets Groups Projects
Commit 214d1952 authored by Frank Artacho's avatar Frank Artacho
Browse files

feat(tips_for_users): fix | tipo and clean console.logs

parent faf2743b
No related branches found
No related tags found
1 merge request!29Feat/tips for user
Pipeline #124223 failed
......@@ -89,10 +89,6 @@ export const QueryBuilder: React.FC = () => {
[graphologyGraph]
);
useEffect(() => {
console.log('elements', elements);
}, [elements]);
/**
* Called when a node is dragged in querybuilder to allow for movement
* @param event
......@@ -306,7 +302,7 @@ export const QueryBuilder: React.FC = () => {
>
<CardContent>
<Typography sx={{ fontSize: 20 }} color="text.secondary">
Drag some node from the Schma panel
Drag some node from the Schema panel
</Typography>
</CardContent>
</Card>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment