mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 01:11:25 +00:00
fix partitionkey value fetching (#1972)
* fix partitionkey value fetching * fix partitionkey value fetching * added unit test * Added some unit tests * move the constant
This commit is contained in:
@@ -1025,7 +1025,10 @@ export const DocumentsTabComponent: React.FunctionComponent<IDocumentsTabCompone
|
||||
);
|
||||
},
|
||||
)
|
||||
.then(() => setSelectedRows(new Set([documentIds.length - 1])))
|
||||
.then(() => {
|
||||
setSelectedRows(new Set([documentIds.length - 1]));
|
||||
setClickedRowIndex(documentIds.length - 1);
|
||||
})
|
||||
.finally(() => setIsExecuting(false));
|
||||
}, [
|
||||
onExecutionErrorChange,
|
||||
|
||||
Reference in New Issue
Block a user