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