Commit 90944c7f authored by Luke Bennett's avatar Luke Bennett

Resolve note_form

parent 238be2d4
...@@ -116,12 +116,8 @@ ...@@ -116,12 +116,8 @@
<template> <template>
<div <div
ref="editNoteForm" ref="editNoteForm"
<<<<<<< HEAD
class="note-edit-form current-note-edit-form" class="note-edit-form current-note-edit-form"
> >
=======
class="note-edit-form current-note-edit-form">
>>>>>>> upstream/master
<div <div
v-if="conflictWhileEditing" v-if="conflictWhileEditing"
class="js-conflict-edit-warning alert alert-danger"> class="js-conflict-edit-warning alert alert-danger">
......
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