Skip to content

Commit 4acd2a3

Browse files
committed
fix(QueryEditor): should resolve row key by index [YDB-1604]
1 parent 0c5aca5 commit 4acd2a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/containers/Tenant/QueryEditor/QueryEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ function QueryEditor(props) {
340340
data={preparedData}
341341
settings={TABLE_SETTINGS}
342342
theme="yandex-cloud"
343+
rowKey={(_, index) => index}
343344
/>
344345
) : (
345346
<div>{result}</div>

src/containers/Tenant/QueryEditor/QueryResult/QueryResult.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
}
1616
&_fullscreen {
1717
width: 100%;
18+
margin-top: 0;
1819
padding: 10px;
1920
}
2021
}

0 commit comments

Comments
 (0)