Commit 06348059 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Clement Ho

Remove list sorting from BoardListSelector

parent dd01f662
import Vue from 'vue'; import Vue from 'vue';
import _ from 'underscore';
import { __, sprintf } from '~/locale'; import { __, sprintf } from '~/locale';
import Flash from '~/flash'; import Flash from '~/flash';
import axios from '~/lib/utils/axios_utils'; import axios from '~/lib/utils/axios_utils';
...@@ -80,8 +79,6 @@ export default Vue.extend({ ...@@ -80,8 +79,6 @@ export default Vue.extend({
} }
this.store.new(list); 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