Fix lints
This commit is contained in:
parent
f8e7f50df2
commit
ace70de978
1 changed files with 2 additions and 11 deletions
|
@ -138,7 +138,6 @@ export function Form() {
|
||||||
const accordionRef0 = useRef<AccordionRef>(null);
|
const accordionRef0 = useRef<AccordionRef>(null);
|
||||||
|
|
||||||
const [emptyProfile, setEmptyProfile] = useState<boolean>(false);
|
const [emptyProfile, setEmptyProfile] = useState<boolean>(false);
|
||||||
const [exploded, setExploded] = useState<boolean>(false);
|
|
||||||
const { sceneView } = useContext(SceneViewContext) as SceneViewContextType;
|
const { sceneView } = useContext(SceneViewContext) as SceneViewContextType;
|
||||||
|
|
||||||
function handleChange() {
|
function handleChange() {
|
||||||
|
@ -236,16 +235,8 @@ export function Form() {
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="border border-gray-200 dark:border-gray-400 rounded grid grid-cols-2 gap-y-2 p-2">
|
<div className="border border-gray-200 dark:border-gray-400 rounded grid grid-cols-2 gap-y-2 p-2">
|
||||||
<Toggle
|
<Toggle title="Slicing Box" onChange={handleChange} />
|
||||||
title="Slicing Box"
|
<Toggle title="Virtual Profile" onChange={handleDrilling} />
|
||||||
onChange={handleChange}
|
|
||||||
disabled={exploded ? true : false}
|
|
||||||
/>
|
|
||||||
<Toggle
|
|
||||||
title="Virtual Profile"
|
|
||||||
onChange={handleDrilling}
|
|
||||||
disabled={exploded ? true : false}
|
|
||||||
/>
|
|
||||||
<Toggle title="Coordinate Grid" onChange={handleChangeCG} />
|
<Toggle title="Coordinate Grid" onChange={handleChangeCG} />
|
||||||
<Toggle title="Wireframe" onChange={handleChangeWireframe} />
|
<Toggle title="Wireframe" onChange={handleChangeWireframe} />
|
||||||
<Toggle
|
<Toggle
|
||||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue