fixed display of profiles

This commit is contained in:
coolcoala
2025-07-10 20:49:18 +03:00
parent 48a5ff6948
commit d6014865d6
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ const handleNoticeMessage = (
switch (status) {
case "import_sub_url::ok":
mutate("getProfiles");
navigate("/profile", { state: { current: msg } });
showNotice("success", t("Import Subscription Successful"));
break;