Skip to content

Commit 00cd57c

Browse files
committed
#RI-3561 - fix pr comments
1 parent 4ad1640 commit 00cd57c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

redisinsight/ui/src/components/query-card/QueryCardCliDefaultResult/QueryCardCliDefaultResult.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const MIN_ROWS_COUNT = 11
1616
export const MAX_CARD_HEIGHT = 210
1717
export const SYMBOL_WIDTH = 4.5
1818

19-
const QueryCardCliGroupResult = (props: Props) => {
19+
const QueryCardCliDefaultResult = (props: Props) => {
2020
const { items = [], isFullScreen } = props
2121

2222
const [windowDimensions, setWindowDimensions] = useState({ width: 0, height: 0 })
@@ -59,4 +59,4 @@ const QueryCardCliGroupResult = (props: Props) => {
5959
)
6060
}
6161

62-
export default QueryCardCliGroupResult
62+
export default QueryCardCliDefaultResult

redisinsight/ui/src/pages/workbench/components/enablement-area/EnablementAreaCollapse/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
top: 50%;
99
right: 0;
1010
transform: translate(50%, -50%);
11-
z-index: 1;
11+
z-index: 15;
1212
}
1313

1414
&.minimized {

0 commit comments

Comments
 (0)