Commit a3eb3bed authored by Clement Ho's avatar Clement Ho

Merge branch 'winh-board-list-selector-sorting' into 'master'

Remove list sorting from BoardListSelector

See merge request gitlab-org/gitlab-ee!13204
parents dd01f662 06348059
import Vue from 'vue';
import _ from 'underscore';
import { __, sprintf } from '~/locale';
import Flash from '~/flash';
import axios from '~/lib/utils/axios_utils';
......@@ -80,8 +79,6 @@ export default Vue.extend({
}
this.store.new(list);
this.store.state.lists = _.sortBy(this.store.state.lists, 'position');
}
},
},
......
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