Skip to content

Commit

Permalink
fix: πŸ› correctly set name on metric_vis_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Feb 5, 2020
1 parent 837c672 commit 47d0906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const createMetricVisFn = (): ExpressionFunctionDefinition<
Arguments,
Render<RenderValue>
> => ({
name,
name: 'metricVis',
type: 'render',
inputTypes: ['kibana_datatable'],
help: i18n.translate('visTypeMetric.function.help', {
Expand Down

0 comments on commit 47d0906

Please sign in to comment.