Fix Vue bug in CCPO new user confirmation.

The submit button for the page contained a Vue directive, but the button
is not nested in an appropriate Vue component. The directive and
associated behavior are unnecessary in this case, so I removed the
directive.
This commit is contained in:
dandds 2019-08-21 13:02:28 -04:00
parent 31f36b46ee
commit cc689a7e39

View File

@ -22,7 +22,6 @@
<div class='action-group'>
<input
type='submit'
v-bind:disabled="invalid"
class='action-group__action usa-button'
value='{{ "ccpo.form.confirm_button" | translate }}'>
<a class='action-group__action icon-link icon-link--default' href="{{ url_for('ccpo.users') }}">