Bind attachment as value to the pdf input

This commit is contained in:
leigh-mil 2019-07-11 14:09:47 -04:00
parent 307601701c
commit fb86f9a139

View File

@ -39,6 +39,7 @@
id="{{ field.name }}"
name="{{ field.name }}"
aria-label="Task Order Upload"
v-bind:value="attachment"
type="file">
</div>
{% for error in field.errors %}