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 {
<gl-form-group class="gl-mb-0">
<gl-form-checkbox-tree
v-if="filteredOptions.length"
:key="filteredOptions.length"
v-model="checkboxValues"
data-testid="groups"
: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