mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08: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