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:
Alan Guo Xiang Tan 2021-07-22 16:02:57 +08:00
parent 92d62eb2a4
commit 0ce9fd12d0
1 changed files with 0 additions and 1 deletions

View File

@ -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,