mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 11:48:08 +08:00
Fix more deprecations:
- Remove all `needs:` code
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
import ModalBodyView from "discourse/views/modal-body";
|
||||
|
||||
export default ModalBodyView.extend({
|
||||
needs: ['modal'],
|
||||
|
||||
templateName: 'modals/poll-ui-builder',
|
||||
title: I18n.t("poll.ui_builder.title")
|
||||
});
|
||||
|
Reference in New Issue
Block a user