change title of confirmation popup

This commit is contained in:
ayntk-ai
2024-08-27 14:29:47 +02:00
parent 4726676248
commit 8d2a02dc3c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
@props([
'title' => 'Are you sure?',
'title' => null,
'isErrorButton' => false,
'buttonTitle' => 'Confirm Action',
'buttonFullWidth' => false,

View File

@@ -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 = {