Skip to content

Commit

Permalink
use correct source to color stops range examples (#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored Oct 28, 2019
1 parent e6d693e commit 94cf858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/color_picker/color_picker_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const colorStopsSnippetFixed = `<EuiColorStops
`;

import { ColorStopsRange } from './color_stops_range';
const colorStopsRangeSource = require('!!raw-loader!./color_stops');
const colorStopsRangeSource = require('!!raw-loader!./color_stops_range');
const colorStopsRangeHtml = renderToHtml(ColorStopsRange);
const colorPickerRangeSnippet = `<EuiColorStops
label="Free-range color stops"
Expand Down

0 comments on commit 94cf858

Please sign in to comment.