mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
apply prettier on plugins (#7605)
This commit is contained in:
@@ -21,10 +21,7 @@ function initializePollUIBuilder(api) {
|
||||
|
||||
actions: {
|
||||
showPollBuilder() {
|
||||
showModal("poll-ui-builder").set(
|
||||
"toolbarEvent",
|
||||
this.toolbarEvent
|
||||
);
|
||||
showModal("poll-ui-builder").set("toolbarEvent", this.toolbarEvent);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user