Closed anchovy closed 2 years ago
Fixed for the next release. To get the fix early, change your verbb/events
requirement in composer.json
to:
"require": {
"verbb/events": "dev-craft-3 as 1.4.22",
"...": "..."
}
Then run composer update
.
Fixed in 1.4.23
Describe the bug
We've got multiple tabs per event. Clicking to go to a tab in the dropdown menu throws a JS error
Invalid tab ID
in Tabs.js:191NB - issue is the same for visible and non-visible tabs.
Steps to reproduce
Craft CMS version
Craft Pro 3.7.54
Plugin version
1.4.22
Multi-site?
No
Additional context
Navigating tabs in entries works as expected.