Commit b11fb79f authored by Steve Azzopardi's avatar Steve Azzopardi

Resolve conflict in app/assets/javascripts/notes/components/comment_form.vue

Resolve conflict for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8664
parent 83f9d54b
...@@ -366,13 +366,8 @@ append-right-10 comment-type-dropdown js-comment-type-dropdown droplab-dropdown" ...@@ -366,13 +366,8 @@ append-right-10 comment-type-dropdown js-comment-type-dropdown droplab-dropdown"
> >
<button <button
:disabled="isSubmitButtonDisabled" :disabled="isSubmitButtonDisabled"
<<<<<<< HEAD
class="btn btn-success comment-btn js-comment-button js-comment-submit-button
qa-comment-button"
=======
class="btn btn-create comment-btn js-comment-button js-comment-submit-button class="btn btn-create comment-btn js-comment-button js-comment-submit-button
qa-comment-button" qa-comment-button"
>>>>>>> upstream/master
type="submit" type="submit"
@click.prevent="handleSave();" @click.prevent="handleSave();"
> >
......
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