fix footer buttons

This commit is contained in:
2023-01-25 00:42:17 +10:00
parent 0ed3e7cce7
commit c5a6b935ef

View File

@@ -45,13 +45,15 @@
/></SMColumn>
</SMRow>
<SMRow>
<SMColumn class="form-group justify-content-end">
<SMButton
type="secondary"
label="Change Password"
@click.prevent="handleChangePassword" />
<SMButton type="submit" label="Update" />
</SMColumn>
<SMFormFooter>
<template #right>
<SMButton
type="secondary"
label="Change Password"
@click.prevent="handleChangePassword" />
<SMButton type="submit" label="Update" />
</template>
</SMFormFooter>
</SMRow>
</form>
</SMDialog>
@@ -66,6 +68,7 @@ import SMButton from "../../components/SMButton.vue";
import SMDialog from "../../components/SMDialog.vue";
import SMMessage from "../../components/SMMessage.vue";
import SMHeading from "../../components/SMHeading.vue";
import SMFormFooter from "../../components/SMFormFooter.vue";
import axios from "axios";
import {
useValidation,