Skip to content

Commit

Permalink
[Bug] fix timeline icon in Visualize list (#659)
Browse files Browse the repository at this point in the history
Icon was not loading in the Visualize list because it was
referencing a non-existant icon. Other parts of the code
loads the icon correctly, so updated the icon to an existing
icon.

Issues resolved:
#658

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla authored Jul 26, 2021
1 parent 66cf55f commit 1bf8b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_type_timeline/public/timeline_vis_type.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function getTimelineVisDefinition(dependencies: TimelineVisDependencies)
return {
name: TIMELINE_VIS_NAME,
title: 'Timeline',
icon: 'visTimeline',
icon: 'visTimelion',
description: i18n.translate('timeline.timelineDescription', {
defaultMessage: 'Build time-series using functional expressions',
}),
Expand Down

0 comments on commit 1bf8b96

Please sign in to comment.