Commit b971150b authored by Thomas Randolph's avatar Thomas Randolph

Pass the file to the noteable note, since it's needed

The file is needed to compute the suggestion commit message
parent 6154fb9e
......@@ -431,6 +431,7 @@ export default {
ref="noteBody"
:note="note"
:line="line"
:file="diffFile"
:can-edit="note.current_user.can_edit"
:is-editing="isEditing"
:help-page-path="helpPagePath"
......
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