Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Apr 6, 2021
1 parent a3aafc1 commit c3e0d7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const dnd_adhoc_metric: SharedControlConfig<'DndMetricSelect'> = {

export const dnd_timeseries_limit_metric: SharedControlConfig<'DndMetricSelect'> = {
type: 'DndMetricSelect',
label: t('Sort By'),
label: t('Sort by'),
default: null,
description: t('Metric used to define the top series'),
mapStateToProps: ({ datasource }) => ({
Expand Down

0 comments on commit c3e0d7e

Please sign in to comment.