Commit fa4dfd01 authored by Luke Bennett's avatar Luke Bennett

Resolve field

parent 10e60ae8
...@@ -30,14 +30,6 @@ ...@@ -30,14 +30,6 @@
type: String, type: String,
required: false, required: false,
default: '', default: '',
<<<<<<< HEAD
=======
},
canAttachFile: {
type: Boolean,
required: false,
default: true,
>>>>>>> upstream/master
}, },
enableAutocomplete: { enableAutocomplete: {
type: Boolean, type: Boolean,
...@@ -146,10 +138,6 @@ ...@@ -146,10 +138,6 @@
<markdown-toolbar <markdown-toolbar
:markdown-docs-path="markdownDocsPath" :markdown-docs-path="markdownDocsPath"
:quick-actions-docs-path="quickActionsDocsPath" :quick-actions-docs-path="quickActionsDocsPath"
<<<<<<< HEAD
=======
:can-attach-file="canAttachFile"
>>>>>>> upstream/master
/> />
</div> </div>
</div> </div>
......
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