cleanup after cherry-pick
This commit is contained in:
parent
1359daec67
commit
76b96242d3
7 changed files with 10 additions and 69 deletions
|
@ -1,6 +1,3 @@
|
|||
import { useState } from 'react'
|
||||
import { ChoiceButton } from 'shared/components/choice-button.mjs'
|
||||
import { ControlSettings } from 'shared/components/account/control.mjs'
|
||||
import { ListInput, BoolInput } from '../shared/inputs'
|
||||
import { useControlState } from 'shared/components/account/control.mjs'
|
||||
|
||||
|
@ -20,6 +17,6 @@ export const ControlSettingInput = (props) => {
|
|||
|
||||
export const inputs = {
|
||||
renderer: ListInput,
|
||||
xray: BoolInput,
|
||||
inspect: BoolInput,
|
||||
control: ControlSettingInput,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue