removed end date validation

pull/1097/head
smit95tpatel 2021-12-28 12:07:57 +05:30
parent 8e701e2a49
commit 2b8964eeaa
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ export default {
subStatus: 'degraded',
failures: 20,
start: new Date().toJSON(),
end: new Date().toJSON(),
end: null,
},
config: {
altFormat: 'J M, Y, h:iK',