Update validation on new application form to skip the save button

This commit is contained in:
leigh-mil
2019-04-02 15:05:42 -04:00
parent ade3f38b5e
commit 637efc5ab5
2 changed files with 12 additions and 6 deletions

View File

@@ -76,7 +76,10 @@
</div>
<div class="action-group">
<button class="usa-button usa-button-primary" tabindex="0" type="submit">{{ 'portfolios.applications.create_button_text' | translate }}</button>
<savebutton
text="{{ 'portfolios.applications.create_button_text' | translate }}"
:disabled="disabled">
</savebutton>
</div>
</form>
</new-application>