Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 5c8d0-disable-submission-data-save-browser
Browse files Browse the repository at this point in the history
JhumanJ authored Oct 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 882f4e1 + 30aee78 commit 855c6e3
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ export default {
watch: {},
mounted () {
if(!this.form.notification_settings.discord){
if(!this.form.notification_settings.discord || Array.isArray(this.form.notification_settings.discord)){
this.form.notification_settings.discord = {}
}
},
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ export default {
watch: {},
mounted () {
if(!this.form.notification_settings.slack){
if(!this.form.notification_settings.slack || Array.isArray(this.form.notification_settings.slack)){
this.form.notification_settings.slack = {}
}
},

0 comments on commit 855c6e3

Please sign in to comment.