creates 2 diff config for datepicker

This commit is contained in:
dhrubesh 2021-05-13 20:06:44 +05:30
parent 674fb34115
commit de4adeded5

View File

@ -0,0 +1,14 @@
export const DefaultOptions = [
{ value: "custom", label: "Custom" },
{ value: "15min", label: "Last 15 min" },
{ value: "30min", label: "Last 30 min" },
{ value: "1hr", label: "Last 1 hour" },
{ value: "6hr", label: "Last 6 hour" },
{ value: "1day", label: "Last 1 day" },
{ value: "1week", label: "Last 1 week" },
];
export const ServiceMapOptions = [
{ value: "1min", label: "Last 1 min" },
{ value: "1day", label: "Last 1 day" },
];