Update Vue test templates
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user