Merge pull request #4425 from backstage/bugfix-snooze-duration
snooze duration bugfix
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
Fix snooze quarter option
|
||||
@@ -149,7 +149,7 @@ export const AlertSnoozeOptions: AlertSnoozeOption[] = [
|
||||
label: '1 Month',
|
||||
},
|
||||
{
|
||||
duration: Duration.P3M,
|
||||
duration: Duration.P90D,
|
||||
label: '1 Quarter',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user