We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d12e48 commit af7795eCopy full SHA for af7795e
redisinsight/ui/src/pages/rdi/statistics/StatisticsPage.tsx
@@ -89,7 +89,7 @@ const StatisticsPage = () => {
89
90
// todo add interface
91
if (statisticsResults.status === 'failed') {
92
- return <EuiText style={{ margin: '20px auto' }}>unexpected error in your RDI endpoint, please refresh the page</EuiText>
+ return <EuiText style={{ margin: '20px auto' }}>Unexpected error in your RDI endpoint, please refresh the page</EuiText>
93
}
94
95
const { data: statisticsData } = statisticsResults
0 commit comments