feat: add missing type="button" (#8030)

This commit is contained in:
Karthik Nishanth
2024-05-18 08:36:08 +00:00
committed by GitHub
parent 7d8b7fc14d
commit ff0b4394b1
10 changed files with 20 additions and 2 deletions
@@ -65,6 +65,7 @@ const ChartPreviewBtn = (props: {
return (
<button
type="button"
className="ChartPreview"
onClick={() => {
if (chartElements) {