chore(workbench): move xray to _state in gist
This commit is contained in:
parent
7e5e3b2665
commit
99232fe020
10 changed files with 50 additions and 36 deletions
|
@ -6,7 +6,7 @@ const DisableXray = props => {
|
|||
|
||||
return (
|
||||
<Li>
|
||||
<SumButton onClick={() => props.updateGist(['xray', 'enabled'], false)}>
|
||||
<SumButton onClick={() => props.updateGist(['_state', 'xray', 'enabled'], false)}>
|
||||
<SumDiv>
|
||||
<Deg />
|
||||
<span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue