Skip to content
Snippets Groups Projects
Unverified Commit e19fe5ce authored by GyDi's avatar GyDi
Browse files

fix: adjust notice

parent 9d2017e5
No related branches found
No related tags found
No related merge requests found
...@@ -133,9 +133,9 @@ const ProfilePage = () => { ...@@ -133,9 +133,9 @@ const ProfilePage = () => {
setCurrentProfile(current); setCurrentProfile(current);
mutate("getProfiles", { ...profiles, current: current }, true); mutate("getProfiles", { ...profiles, current: current }, true);
mutate("getRuntimeLogs"); mutate("getRuntimeLogs");
// if (force) Notice.success("Refresh clash config", 1000); Notice.success("Refresh clash config", 1000);
} catch (err: any) { } catch (err: any) {
Notice.error(err?.message || err.toString()); Notice.error(err?.message || err.toString(), 4000);
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment