mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-28 16:54:08 +00:00
- follow the standard coding
This commit is contained in:
@@ -4,13 +4,9 @@
|
||||
<template v-slot:modal-title>
|
||||
<h4 class="modal-title">Contract Template Obligation Delete</h4>
|
||||
</template>
|
||||
|
||||
|
||||
<p class="text-center">
|
||||
Are you sure want to delete?
|
||||
</p>
|
||||
|
||||
|
||||
<template v-slot:modal-footer>
|
||||
|
||||
<form @submit.prevent="onSubmit">
|
||||
|
||||
@@ -4,13 +4,9 @@
|
||||
<template v-slot:modal-title>
|
||||
<h4 class="modal-title">Contract Template Delete</h4>
|
||||
</template>
|
||||
|
||||
|
||||
<p class="text-center">
|
||||
Are you sure want to delete?
|
||||
</p>
|
||||
|
||||
|
||||
<template v-slot:modal-footer>
|
||||
|
||||
<form @submit.prevent="onSubmit">
|
||||
|
||||
@@ -4,12 +4,9 @@
|
||||
<template v-slot:modal-title>
|
||||
<h4 class="modal-title">Contract Delete</h4>
|
||||
</template>
|
||||
|
||||
<p class="text-center">
|
||||
Are you sure want to delete?
|
||||
</p>
|
||||
|
||||
|
||||
<template v-slot:modal-footer>
|
||||
|
||||
<form @submit.prevent="onSubmit">
|
||||
|
||||
@@ -4,11 +4,7 @@
|
||||
<template v-slot:modal-title>
|
||||
<h4 class="modal-title">Entity Delete</h4>
|
||||
</template>
|
||||
|
||||
|
||||
Are you sure want to delete?
|
||||
|
||||
|
||||
<p class="text-center">Are you sure want to delete?</p>
|
||||
<template v-slot:modal-footer>
|
||||
|
||||
<form @submit.prevent="onSubmit">
|
||||
|
||||
Reference in New Issue
Block a user