mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 14:36:54 +00:00
Fix refreshgrid behaving like load more (#1853)
This commit is contained in:
parent
98c5fe65e6
commit
6276464e0d
@ -1627,6 +1627,7 @@ export const DocumentsTabComponent: React.FunctionComponent<IDocumentsTabCompone
|
||||
async (applyFilterButtonPressed?: boolean): Promise<void> => {
|
||||
// clear documents grid
|
||||
setDocumentIds([]);
|
||||
setContinuationToken(undefined); // For mongo
|
||||
try {
|
||||
// reset iterator which will autoload documents (in useEffect)
|
||||
setDocumentsIterator({
|
||||
|
Loading…
Reference in New Issue
Block a user