parent
e7f4264d29
commit
9168c3ce28
|
@ -74,7 +74,7 @@ export default {
|
||||||
},
|
},
|
||||||
confirmPosition(position) {
|
confirmPosition(position) {
|
||||||
this.$confirm.require({
|
this.$confirm.require({
|
||||||
key: 'positionDialog',
|
group: 'positionDialog',
|
||||||
message: 'Do you want to delete this record?',
|
message: 'Do you want to delete this record?',
|
||||||
header: 'Delete Confirmation',
|
header: 'Delete Confirmation',
|
||||||
icon: 'pi pi-info-circle',
|
icon: 'pi pi-info-circle',
|
||||||
|
|
|
@ -314,7 +314,7 @@ export default {
|
||||||
},
|
},
|
||||||
confirmPosition(position) {
|
confirmPosition(position) {
|
||||||
this.$confirm.require({
|
this.$confirm.require({
|
||||||
key: 'positionDialog',
|
group: 'positionDialog',
|
||||||
message: 'Do you want to delete this record?',
|
message: 'Do you want to delete this record?',
|
||||||
header: 'Delete Confirmation',
|
header: 'Delete Confirmation',
|
||||||
icon: 'pi pi-info-circle',
|
icon: 'pi pi-info-circle',
|
||||||
|
|
Loading…
Reference in New Issue