From 03a424f60825ea722fbf0cfa85a1b8838869669d Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Wed, 9 Mar 2022 18:31:47 +0530 Subject: [PATCH] UI: Reload page on closing Bulk Action modal --- ui/src/components/view/BulkActionProgress.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/view/BulkActionProgress.vue b/ui/src/components/view/BulkActionProgress.vue index 73a6a3419e9c..4de5fc6a7b3d 100644 --- a/ui/src/components/view/BulkActionProgress.vue +++ b/ui/src/components/view/BulkActionProgress.vue @@ -173,6 +173,7 @@ export default { this.filteredItems = [] this.tableChanged = false this.$emit('handle-cancel') + this.parentFetchData() }, returnAlgorithmName (name) { switch (name) {