Skip to content

fix: add irreversible deletion message to confirmation dialog#595

Merged
SerVitasik merged 1 commit into
nextfrom
feature/AdminForth/1560/add-some-description-or-someth
May 4, 2026
Merged

fix: add irreversible deletion message to confirmation dialog#595
SerVitasik merged 1 commit into
nextfrom
feature/AdminForth/1560/add-some-description-or-someth

Conversation

@kulikp1
Copy link
Copy Markdown
Collaborator

@kulikp1 kulikp1 commented May 4, 2026

No description provided.

async function deleteRecord(row: any) {
const data = await confirm({
title: t('Are you sure you want to delete this item?'),
message: t(`This process is irreversible.`),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about ResourceVirtualListTable?

@SerVitasik SerVitasik merged commit 5287fac into next May 4, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants