Merge pull request #957 from dod-ccpo/ie11-to-bug

Fix IE11 Bug
This commit is contained in:
leigh-mil 2019-06-20 14:53:01 -04:00 committed by GitHub
commit 78236e9e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,9 +57,9 @@
<clin-fields
v-bind:initial-clin-index='{{ index }}'
v-bind:initial-loa-count="{{ fields.loas.data | length }}"
v-bind:initial-loa-count="{{ fields.loas.data | length or 0 }}"
v-bind:initial-clin-type="'{{ fields.jedi_clin_type.data }}'"
v-bind:initial-amount='{{ fields.obligated_amount.data }}'
v-bind:initial-amount='{{ fields.obligated_amount.data or 0 }}'
inline-template>
<div>
<div class="form-row">
@ -115,7 +115,6 @@
<div>
{% call StickyCTA(text=('task_orders.form.sticky_header_text' | translate )) %}
<span class="action-group">
<!-- todo: implement the review button -->
<input
type="submit"
formaction="{{ review_action }}"