change title of confirmation popup
This commit is contained in:
parent
4726676248
commit
8d2a02dc3c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@props([
|
||||
'title' => 'Are you sure?',
|
||||
'title' => null,
|
||||
'isErrorButton' => false,
|
||||
'buttonTitle' => 'Confirm Action',
|
||||
'buttonFullWidth' => false,
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
isError
|
||||
type="button"
|
||||
buttonTitle="Delete this resource"
|
||||
title="Resource Deletion"
|
||||
>
|
||||
<div x-data="{ step: 1, deleteText: '', password: '', selectedActions: [], getActionText(action) {
|
||||
const actionTexts = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue