Skip to content

Commit

Permalink
fix: add type=button
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Nov 28, 2023
1 parent 8b1b510 commit 8693cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dmn-js-drd/src/features/drill-down/DrillDown.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class DrillDown {
addOverlay(element, className) {
const html = domify(`
<div class="drill-down-overlay">
<button class="${className}"></button>
<button type="button" class="${className}"></button>
</div>
`);

Expand Down

0 comments on commit 8693cd9

Please sign in to comment.