Skip to content

Commit

Permalink
Fix Export Custom Markup demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov committed Oct 2, 2023
1 parent 5df56e7 commit 68862c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSDemos/Demos/Charts/ExportCustomMarkup/React/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

const fontFamily = "'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif";

const Form = React.forwardRef(({ ref }) => (
const Form = React.forwardRef((_, ref) => (
<div id="custom_markup_container" ref={ref}>
<svg width="820px" height="420px">
<path d="M 13 407 L 128 407 L 232 39 L 13 39" fill="#6D39C3"></path>
Expand Down

0 comments on commit 68862c3

Please sign in to comment.