1
0
forked from test/crm

fix: show view name while deleting

This commit is contained in:
Shariq Ansari 2024-08-21 20:03:06 +05:30
parent c1882f7280
commit 8f1dd8706e

View File

@ -929,7 +929,9 @@ const viewActions = (view) => {
onClick: () => onClick: () =>
$dialog({ $dialog({
title: __('Delete View'), title: __('Delete View'),
message: __('Are you sure you want to delete this view?'), message: __('Are you sure you want to delete "{0}" view?', [
_view.label,
]),
variant: 'danger', variant: 'danger',
actions: [ actions: [
{ {