diff --git a/panel/src/components/Sections/ModelsSection.vue b/panel/src/components/Sections/ModelsSection.vue index cf8c29d123..345f302421 100644 --- a/panel/src/components/Sections/ModelsSection.vue +++ b/panel/src/components/Sections/ModelsSection.vue @@ -254,11 +254,10 @@ export default { ids: this.selected.map((item) => item.id) } ); - - this.reload(); } catch (error) { this.$panel.notification.error(error); } finally { + this.reload(); this.isSelecting = false; this.isProcessing = false; this.selected = [];