fix: use selected proxy after profile changed
This commit is contained in:
@@ -71,9 +71,3 @@ export const atomUpdateState = atom<boolean>({
|
||||
key: "atomUpdateState",
|
||||
default: false,
|
||||
});
|
||||
|
||||
// current profile uid
|
||||
export const atomCurrentProfile = atom<string>({
|
||||
key: "atomCurrentProfile",
|
||||
default: "",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user