Skip to content
Snippets Groups Projects
Commit cffd53c7 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Rename filter to 'Date Filter' in floating label

parent 78dbaff9
Branches
Tags
No related merge requests found
......@@ -58,7 +58,7 @@ const ParameterOptionsSectionsPane = ({ sections, onSelectSection }) =>
const ParameterOptionItem = ({ option, onClick }) =>
<li onClick={onClick} className="p1 px2 cursor-pointer brand-hover">
<div className="text-brand text-bold">{option.name}</div>
<div className="text-brand text-bold">{option.menuName || option.name}</div>
<div>{option.description}</div>
</li>
......
......@@ -45,7 +45,8 @@ export const PARAMETER_OPTIONS: Array<ParameterOption> = [
},
{
type: "date/all-options",
name: "All Options",
name: "Date Filter",
menuName: "All Options",
description: "Contains all of the above"
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment