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 f6769d7 commit d3f9e7cCopy full SHA for d3f9e7c
redisinsight/ui/src/pages/workbench/components/wb-results/WBResults/WBResults.tsx
@@ -77,9 +77,9 @@ const WBResults = (props: Props) => {
77
<div className={styles.wrapper}>
78
{!isResultsLoaded && (
79
<ProgressBarLoader
80
- color="primary"
81
- data-testid="progress-wb-history"
82
- />
+ color="primary"
+ data-testid="progress-wb-history"
+ />
83
)}
84
{!!items?.length && (
85
<div className={styles.header}>
0 commit comments