mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
[web] Update __tests__/ducks/tutils.js
This commit is contained in:
parent
7784d7cdd0
commit
daec9854e2
@ -32,6 +32,9 @@ export function TStore(){
|
||||
},
|
||||
header: {
|
||||
tab: 'Start'
|
||||
},
|
||||
modal: {
|
||||
activeModal: undefined
|
||||
}
|
||||
},
|
||||
settings: {
|
||||
@ -47,7 +50,8 @@ export function TStore(){
|
||||
sort: {
|
||||
desc: true,
|
||||
column: 'PathColumn'
|
||||
}
|
||||
},
|
||||
view: [ tflow ]
|
||||
},
|
||||
connection: {
|
||||
state: ConnectionState.ESTABLISHED
|
||||
|
Loading…
Reference in New Issue
Block a user