mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
chore: add MARKETING_DATE_FILTER_TYPE_OPTIONS constant
This commit is contained in:
@@ -457,3 +457,14 @@ export const MARKETING_TYPE_OPTIONS = [
|
|||||||
value: 'trading',
|
value: 'trading',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
export const MARKETING_DATE_FILTER_TYPE_OPTIONS = [
|
||||||
|
{
|
||||||
|
label: 'Tanggal Realisasi',
|
||||||
|
value: 'realization_date',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Tanggal SO',
|
||||||
|
value: 'so_date',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user