mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 10:25:02 +08:00
9 lines
203 B
JavaScript
9 lines
203 B
JavaScript
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")
|
|
});
|