Commit 66948d5f authored by Phil Hughes's avatar Phil Hughes

Removed unused method from component

parent e73f25ce
...@@ -33,13 +33,6 @@ ...@@ -33,13 +33,6 @@
deep: true deep: true
} }
}, },
methods: {
getFilterData () {
Object.keys(this.filters).forEach((key) => { queryData[key] = this.filters[key]; });
return queryData;
}
},
ready () { ready () {
const options = gl.issueBoards.getBoardSortableDefaultOptions({ const options = gl.issueBoards.getBoardSortableDefaultOptions({
disabled: this.disabled, disabled: this.disabled,
......
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