Skip to content
Snippets Groups Projects
Commit 02111677 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '26-fix-showchips-of-absence-reason-group-select' into 'master'

Resolve "Fix showChips of absence reason group select"

Closes #26

See merge request AlekSIS/onboarding/AlekSIS-App-Kolego!46
parents 7c395fb4 9baeacaf
No related branches found
No related tags found
1 merge request!46Resolve "Fix showChips of absence reason group select"
Pipeline #193536 canceled
......@@ -62,11 +62,10 @@ export default {
*/
showChips() {
return (
((!this.$apollo.queries.absenceReasons.loading &&
(!this.$apollo.queries.absenceReasons.loading &&
this.absenceReasons.length) ||
this.customAbsenceReasonsExists ||
(this.allowEmpty && this.value === this.emptyValue)) &&
this.innerValue
this.customAbsenceReasonsExists ||
(this.allowEmpty && this.value === this.emptyValue)
);
},
customAbsenceReasonsExists() {
......
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