diff --git a/src/static/app/src/components/configurationComponents/deleteConfiguration.vue b/src/static/app/src/components/configurationComponents/deleteConfiguration.vue index e6543eb..4c01906 100644 --- a/src/static/app/src/components/configurationComponents/deleteConfiguration.vue +++ b/src/static/app/src/components/configurationComponents/deleteConfiguration.vue @@ -40,16 +40,10 @@ const getBackup = () => { loading.value = false; }) } - - onMounted(() => { getBackup() }) - const emits = defineEmits(["backup", "close"]) - - -