feat: added all values for severity text when we are navigating from error panel to logs

This commit is contained in:
rahulkeswani101 2024-09-16 15:49:55 +05:30
parent bfb63ca8c4
commit 540a2c6712

View File

@ -243,7 +243,7 @@ function Application(): JSX.Element {
id: 'severity_text--string----true', id: 'severity_text--string----true',
}, },
op: 'in', op: 'in',
value: ['ERROR', 'FATAL'], value: ['ERROR', 'FATAL', 'error', 'fatal'],
}, },
], ],
}); });