Skip to content

Commit

Permalink
[1.x][Bug] fix timeline icon in Visualize list
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

Backport PR:
#659

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Jul 26, 2021
1 parent cff01f8 commit 2934df6
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 2934df6

Please sign in to comment.