fix(settings/user/message): wrong quit condition
This commit is contained in:
@@ -20,7 +20,7 @@ const handleCancel = () => {
|
||||
text: $t("settings.user.personalMessage.quitConfirmation"),
|
||||
onConfirm: () => {},
|
||||
onClosed: (choice) => {
|
||||
if (choice === "cancel") store.closeSubMenu();
|
||||
if (choice === "confirm") store.closeSubMenu();
|
||||
},
|
||||
onCancel: () => {
|
||||
state.value = "alive";
|
||||
|
||||
Reference in New Issue
Block a user