File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 145
145
</div >
146
146
147
147
<!-- Poll Creator -->
148
- <poll-creator v-if =" threadCopy.addPoll" @poll-validation =" onPollValidation" ></poll-creator >
148
+ <poll-creator v-if =" threadCopy? .addPoll" @poll-validation =" onPollValidation" ></poll-creator >
149
149
150
150
<!-- Editor -->
151
151
<form name =" form" class =" editor-form" novalidate >
219
219
<button class =" inverted-button cancel" @click =" cancel()" >
220
220
Cancel
221
221
</button >
222
- <button class =" send" @click.prevent =" createAction(threadCopy).then(closeEditor);" :disabled =" !threadCopy?.title.length || !canCreate() || (threadCopy.addPoll && !threadCopy.pollValid)" >
222
+ <button class =" send" @click.prevent =" createAction(threadCopy).then(closeEditor);" :disabled =" !threadCopy?.title.length || !canCreate() || (threadCopy? .addPoll && !threadCopy.pollValid)" >
223
223
<i class =" fa fa-paper-plane" aria-hidden =" true" ></i >  ;  ;  ; Start Thread
224
224
</button >
225
225
You can’t perform that action at this time.
0 commit comments