Merge pull request #1 from thomasweaver627/filter-date-translation-852

Added makeT function to DateRangeOptions.ts
pull/877/head
Thomas Weaver 3 months ago committed by GitHub
commit 304015f765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,8 @@
import {makeT} from 'app/client/lib/localization';
import { CURRENT_DATE, IRelativeDateSpec } from "app/common/RelativeDates";
const t = makeT('DateRangeOptions');
export interface IDateRangeOption {
label: string;
min: IRelativeDateSpec;

Loading…
Cancel
Save