Skip to content

Commit

Permalink
Fix call to handler when no data is found (also pass rest of params)
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Aug 25, 2023
1 parent e5f5fe6 commit 521f36a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -936,7 +936,7 @@
div.append("No data found");
}
} else {
handler(data);
handler(data, interaction, url, type, interactionIndex, fullWidth);
}
});
}
Expand Down

0 comments on commit 521f36a

Please sign in to comment.