fix: adjust notice
This commit is contained in:
parent
9d2017e598
commit
e19fe5ce1c
1 changed files with 2 additions and 2 deletions
|
@ -133,9 +133,9 @@ const ProfilePage = () => {
|
|||
setCurrentProfile(current);
|
||||
mutate("getProfiles", { ...profiles, current: current }, true);
|
||||
mutate("getRuntimeLogs");
|
||||
// if (force) Notice.success("Refresh clash config", 1000);
|
||||
Notice.success("Refresh clash config", 1000);
|
||||
} catch (err: any) {
|
||||
Notice.error(err?.message || err.toString());
|
||||
Notice.error(err?.message || err.toString(), 4000);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue