diff --git a/client/web/compose/src/components/Admin/Module/DalSchemaAlterations.vue b/client/web/compose/src/components/Admin/Module/DalSchemaAlterations.vue index cc3d96c5b..f2e827e2c 100644 --- a/client/web/compose/src/components/Admin/Module/DalSchemaAlterations.vue +++ b/client/web/compose/src/components/Admin/Module/DalSchemaAlterations.vue @@ -289,6 +289,10 @@ export default { return this.$SystemAPI.dalSchemaAlterationList({ batchID }).then(({ set }) => { this.alterations = set + + if (!this.alteration.length) { + this.$emit('hide') + } }).catch(this.toastErrorHandler(this.$t('notification:module.schemaAlterations.load.error'))) .finally(() => { this.loading = false