feat: add missing type="button" (#8030)
This commit is contained in:
@@ -65,6 +65,7 @@ const ChartPreviewBtn = (props: {
|
||||
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
className="ChartPreview"
|
||||
onClick={() => {
|
||||
if (chartElements) {
|
||||
|
||||
Reference in New Issue
Block a user