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