mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 18:03:50 +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: {
|
header: {
|
||||||
tab: 'Start'
|
tab: 'Start'
|
||||||
|
},
|
||||||
|
modal: {
|
||||||
|
activeModal: undefined
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
@ -47,7 +50,8 @@ export function TStore(){
|
|||||||
sort: {
|
sort: {
|
||||||
desc: true,
|
desc: true,
|
||||||
column: 'PathColumn'
|
column: 'PathColumn'
|
||||||
}
|
},
|
||||||
|
view: [ tflow ]
|
||||||
},
|
},
|
||||||
connection: {
|
connection: {
|
||||||
state: ConnectionState.ESTABLISHED
|
state: ConnectionState.ESTABLISHED
|
||||||
|
Loading…
Reference in New Issue
Block a user