Skip to content

Commit

Permalink
Fix Export Custom Markup demo (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov authored Oct 16, 2023
1 parent 164fb0c commit 3a66369
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 3a66369

Please sign in to comment.