mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
Updated the message prompt in project deletion. (#6482)
Signed-off-by: Elon Gliksberg <elongliks@gmail.com>
This commit is contained in:
@@ -279,7 +279,7 @@ async function deleteProject (project: Project | undefined): Promise<void> {
|
||||
showPopup(MessageBox, {
|
||||
label: tracker.string.DeleteProject,
|
||||
labelProps: { name: project.name },
|
||||
message: tracker.string.ArchiveProjectConfirm,
|
||||
message: tracker.string.DeleteProjectConfirm,
|
||||
action: async () => {
|
||||
// void client.update(project, { archived: true })
|
||||
const client = getClient()
|
||||
|
||||
Reference in New Issue
Block a user