Commit f34582fe authored by Phil Hughes's avatar Phil Hughes

Merge branch 'resolve-ee-ce-diff-of-noteable-discussion' into 'master'

Resolve EE / CE diff of noteable_discussion

See merge request gitlab-org/gitlab-ce!27562
parents 68dbdca7 a773082e
......@@ -454,8 +454,13 @@ Please check your network connection and try again.`;
</component>
</template>
</ul>
<draft-note
v-if="showDraft(discussion.reply_id)"
:key="`draft_${discussion.id}`"
:draft="draftForDiscussion(discussion.reply_id)"
/>
<div
v-if="isExpanded || !hasReplies"
v-else-if="isExpanded || !hasReplies"
:class="{ 'is-replying': isReplying }"
class="discussion-reply-holder"
>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment