Skip to content
Snippets Groups Projects

Display a group by dropdown

Merged Savas Vedova requested to merge 420055-create-group-by-button into master
All threads resolved!
Compare and Show latest version
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -22,7 +22,6 @@ export default {
},
data() {
return {
selectedGroup: '',
filterQuery: {},
// When this component is first shown, every filter will emit its own @filter-changed event at
// the same time, which will trigger this method multiple times. We'll debounce it so that it
Loading