Skip to content
Snippets Groups Projects
Commit 5272d262 authored by Julian's avatar Julian
Browse files

Fix warning about mutable default arguments

parent 0469f677
No related branches found
No related tags found
1 merge request!37Fix warning about mutable default arguments
Pipeline #192060 failed
......@@ -29,7 +29,7 @@ export default {
customAbsenceReasons: {
type: Array,
required: false,
default: [],
default: () => [],
},
},
computed: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment