Ensure we update on applink edit

This commit is contained in:
Johannes Zellner
2025-01-04 01:26:46 +01:00
parent 363efd3836
commit bc8b32ebab
2 changed files with 3 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ export default {
TagInput,
TextInput,
},
emits: ['success'],
data() {
return {
API_ORIGIN,
@@ -184,6 +185,7 @@ export default {
this.busy = false;
this.$emit('success');
this.$refs.applinkDialog.close();
},
},