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 145145 </div >
146146
147147 <!-- 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 >
149149
150150 <!-- Editor -->
151151 <form name =" form" class =" editor-form" novalidate >
219219 <button class =" inverted-button cancel" @click =" cancel()" >
220220 Cancel
221221 </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)" >
223223 <i class =" fa fa-paper-plane" aria-hidden =" true" ></i >  ;  ;  ; Start Thread
224224 </button >
225225
You can’t perform that action at this time.
0 commit comments