Skip to content

Commit

Permalink
Merge pull request #466 from wpmudev/SUI-312
Browse files Browse the repository at this point in the history
fix(tabs): Function `setCallback` takes 0 parameter(s).
  • Loading branch information
iamleigh authored Feb 26, 2022
2 parents 8049ec8 + afe36de commit a4743d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/shared-ui/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
function onClick( groupIndex, itemIndex ) {
setNodes( groupIndex, itemIndex );

setCallback( indexGroup, indexItem );
setCallback();
}

function setNodes( groupIndex, itemIndex ) {
Expand Down

0 comments on commit a4743d9

Please sign in to comment.