deck icon indicating copy to clipboard operation
deck copied to clipboard

fix(core/InsightMenu): Removes code that throws error in the console

Open bbrina opened this issue 4 years ago • 0 comments

What does this PR do?

Removes href="javascript:void(0)" from Button component.

Some of the benefits:

  • Component renders as <button> instead of <a>
  • Fixes the following error: Screen Shot 2021-03-17 at 15 42 19

bbrina avatar Mar 17 '21 21:03 bbrina