Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sharebymail/src/components/AdminSettings.vue')
-rw-r--r--apps/sharebymail/src/components/AdminSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sharebymail/src/components/AdminSettings.vue b/apps/sharebymail/src/components/AdminSettings.vue
index 29b7f051a4b..c84ded9bb2a 100644
--- a/apps/sharebymail/src/components/AdminSettings.vue
+++ b/apps/sharebymail/src/components/AdminSettings.vue
@@ -71,7 +71,7 @@ export default {
value: stringValue,
})
this.handleResponse({
- status: data.ocs?.meta?.status
+ status: data.ocs?.meta?.status,
})
} catch (e) {
this.handleResponse({
@@ -86,6 +86,6 @@ export default {
console.error(errorMessage, error)
}
},
- }
+ },
}
</script>