DEV: Remove depreciation warning in `user-topics-lists` controller.
```
The <(unknown):ember849>#canBulkSelect computed property was just overriden. This removes the computed property and replaces it with a plain value, and has been deprecated.
```
Follow-up to 43058db3ca
This commit is contained in:
parent
92d62eb2a4
commit
0ce9fd12d0
|
@ -41,7 +41,6 @@ export default (viewName, path, channel) => {
|
|||
this.controllerFor("user-topics-list").setProperties({
|
||||
hideCategory: true,
|
||||
showPosters: true,
|
||||
canBulkSelect: true,
|
||||
tagsForUser: this.modelFor("user").get("username_lower"),
|
||||
selected: [],
|
||||
showToggleBulkSelect: true,
|
||||
|
|
Loading…
Reference in New Issue