Remove some leftover 'watch' attributes from Vue components

This commit is contained in:
leigh-mil
2019-11-22 09:22:47 -05:00
parent c2975fff69
commit 62cdcbe6dc
7 changed files with 10 additions and 25 deletions

View File

@@ -66,8 +66,7 @@
<optionsinput inline-template
v-bind:initial-value="'{{ sub_form.role.data | string }}'"
v-bind:name="'{{ sub_form.name | string }}{% if member_role_id %}-{{ member_role_id }}{% endif %}'"
v-bind:optional="true"
v-bind:watch="true">
v-bind:optional="true">
<fieldset data-ally-disabled="true" v-on:change="onInput" class="usa-input__choices">
{{ sub_form.role(**{"v-model": "value", "id": "{}-{}".format(sub_form.role.name, member_role_id)}) }}
</fieldset>