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:
parent
31f36b46ee
commit
cc689a7e39
@ -22,7 +22,6 @@
|
|||||||
<div class='action-group'>
|
<div class='action-group'>
|
||||||
<input
|
<input
|
||||||
type='submit'
|
type='submit'
|
||||||
v-bind:disabled="invalid"
|
|
||||||
class='action-group__action usa-button'
|
class='action-group__action usa-button'
|
||||||
value='{{ "ccpo.form.confirm_button" | translate }}'>
|
value='{{ "ccpo.form.confirm_button" | translate }}'>
|
||||||
<a class='action-group__action icon-link icon-link--default' href="{{ url_for('ccpo.users') }}">
|
<a class='action-group__action icon-link icon-link--default' href="{{ url_for('ccpo.users') }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user