Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#471 vertical menú active element not working #596

Merged

Conversation

manugallegob
Copy link
Collaborator

No description provided.

const itemLabels = headers.map(header => header.text);
console.log('itemLabels ' + itemLabels);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove Debug console logs

@@ -70,6 +74,8 @@ export const HorizontalMenu = forwardRef<any, ShapeProps>((props, ref) => {
ref
);

console.log(text);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here remove consolelog

@brauliodiez brauliodiez merged commit 3b96daa into dev Dec 3, 2024
2 checks passed
@brauliodiez brauliodiez deleted the feature/#471-Vertical-menú-active-element-not-working branch December 3, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants