Make filtered search boards more consistent with EE

This commit is contained in:
Clement Ho 2017-06-16 15:05:23 -05:00
parent f40aa331e4
commit 9dc5ed9684
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ export default class FilteredSearchBoards extends gl.FilteredSearchManager {
// Issue boards is slightly different, we handle all the requests async
// instead or reloading the page, we just re-fire the list ajax requests
this.isHandledAsync = true;
this.cantEdit = cantEdit;
}