diff --git a/frontend/src/components/Settings/Backup/index.vue b/frontend/src/components/Settings/Backup/index.vue index c37198dcb..f3fb6afff 100644 --- a/frontend/src/components/Settings/Backup/index.vue +++ b/frontend/src/components/Settings/Backup/index.vue @@ -22,6 +22,7 @@ diff --git a/frontend/src/components/Settings/Migration/NextcloudCard.vue b/frontend/src/components/Settings/Migration/NextcloudCard.vue index b21097e2b..45d584248 100644 --- a/frontend/src/components/Settings/Migration/NextcloudCard.vue +++ b/frontend/src/components/Settings/Migration/NextcloudCard.vue @@ -1,7 +1,11 @@ @@ -187,7 +183,7 @@ export default { //Change to default if deleting current theme. if ( !this.availableThemes.some( - (theme) => theme.name === this.selectedTheme.name + theme => theme.name === this.selectedTheme.name ) ) { await this.$store.dispatch("resetTheme"); diff --git a/frontend/src/components/Settings/Webhook/index.vue b/frontend/src/components/Settings/Webhook/index.vue index 0584372de..e232e5e08 100644 --- a/frontend/src/components/Settings/Webhook/index.vue +++ b/frontend/src/components/Settings/Webhook/index.vue @@ -1,10 +1,17 @@