Skip to content

Commit

Permalink
fix: Update progress bar when refreshing after adding new records (#1666
Browse files Browse the repository at this point in the history
)

this PR forces "Refresh" button to update progress metrics

Closes #1590
  • Loading branch information
leiyre authored and frascuchon committed Aug 22, 2022
1 parent 598ca9e commit 75cc8f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/database/modules/datasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ const actions = {
page: pagination.page,
});
await _refreshDatasetAggregations({ dataset: paginatedDataset });
await _fetchAnnotationProgress(paginatedDataset);
},
};

Expand Down

0 comments on commit 75cc8f8

Please sign in to comment.