Skip to content

Commit

Permalink
Merge pull request #1730 from nextcloud/fix/type-extraSettings-frontend
Browse files Browse the repository at this point in the history
fix: Incorrect type for empty extraSettings in frontend
  • Loading branch information
susnux committed Oct 6, 2023
2 parents 90305f6 + 4d36422 commit 3554e47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mixins/QuestionMixin.js
Expand Up @@ -116,10 +116,8 @@ export default {

/**
* Extra settings
* Currently only contains whether options should be shuffled
*/
extraSettings: {
type: Object,
default: () => {
return {}
},
Expand Down

0 comments on commit 3554e47

Please sign in to comment.