Fix: clashx dashboard crash on global mode

This commit is contained in:
Dreamacro 2020-10-22 22:55:02 +08:00
parent f594248c67
commit 79e61cd30a

View File

@ -163,7 +163,13 @@ export const proxies = atom({
default: {
proxies: [] as API.Proxy[],
groups: [] as API.Group[],
global: {} as API.Group
global: {
name: 'GLOBAL',
type: 'Selector',
now: '',
history: [],
all: []
} as API.Group
}
})