Update Vue test templates

This commit is contained in:
richard-dds
2019-08-14 11:54:56 -04:00
parent 56cec0694f
commit 51272922bb
2 changed files with 7 additions and 10 deletions

View File

@@ -25,7 +25,6 @@
<span class="upload-button">
Browse
</span>
</label>
<input
v-on:change="addAttachment"
@@ -39,6 +38,9 @@
<input type="hidden" name="pdf-filename" id="pdf-filename" ref="attachmentFilename">
<input type="hidden" name="pdf-object_name" id="pdf-object_name" ref="attachmentObjectName">
</div>
<template v-if="uploadError">
<span class="usa-input__message">There was an error uploading your file. Please try again. If you encounter repeated problems uploading this file, please contact CCPO.</span>
</template>
</div>
</div>