use P30D for snooze option

This commit is contained in:
Ryan Vazquez
2021-02-08 09:27:19 -05:00
parent 5db94ab24e
commit e3101688bc
+1 -1
View File
@@ -149,7 +149,7 @@ export const AlertSnoozeOptions: AlertSnoozeOption[] = [
label: '1 Month',
},
{
duration: Duration.P3M,
duration: Duration.P90D,
label: '1 Quarter',
},
];