Skip to content

Commit

Permalink
Merge pull request #3863 from nextcloud/fix/noid/props-type
Browse files Browse the repository at this point in the history
Adjust excludeClickOutsideClasses type definition
  • Loading branch information
julien-nc authored Mar 5, 2023
2 parents 76bcaf3 + 1fc1c0e commit d9b0d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/excludeClickOutsideClasses/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
* an element
*/
excludeClickOutsideClasses: {
type: String | Array,
type: [String, Array],
default: () => [],
},
},
Expand Down

0 comments on commit d9b0d85

Please sign in to comment.