Commit 83f5b9cb authored by Brandon Labuschagne's avatar Brandon Labuschagne

Fix DevOps Adoption filtering

There is a bug which causes the previously
selected values to be cleared when selecting
a filtered item.

This resolve that bug.
parent 18a0bc54
...@@ -246,7 +246,6 @@ export default { ...@@ -246,7 +246,6 @@ export default {
<gl-form-group class="gl-mb-0"> <gl-form-group class="gl-mb-0">
<gl-form-checkbox-tree <gl-form-checkbox-tree
v-if="filteredOptions.length" v-if="filteredOptions.length"
:key="filteredOptions.length"
v-model="checkboxValues" v-model="checkboxValues"
data-testid="groups" data-testid="groups"
:options="filteredOptions" :options="filteredOptions"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment