Use base form and save button on all forms

This commit is contained in:
leigh-mil
2019-04-02 15:06:36 -04:00
parent 637efc5ab5
commit 8b10732ac9
7 changed files with 89 additions and 95 deletions

View File

@@ -59,7 +59,7 @@
{{ Icon("x") }}
<span>Cancel</span>
</a>
<input type='submit' class='usa-button usa-button-primary' value='Save Changes' />
<savebutton text="Save Changes" :disabled="disabled"></savebutton>
</div>
</div>
</template>