Merge pull request #963 from dod-ccpo/pdf-upload-persistence

Persist PDF upload
This commit is contained in:
leigh-mil 2019-07-12 11:06:10 -04:00 committed by GitHub
commit 65363129fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}