submit 'type' fixes
This commit is contained in:
parent
e1b1f3cb34
commit
2e6d85ce1d
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ export default function SettingsSubmit({ initialTarget }: { initialTarget?: Targ
|
||||||
|
|
||||||
// Options
|
// Options
|
||||||
const mats = useOptions("material");
|
const mats = useOptions("material");
|
||||||
the coats = useOptions("material_coating");
|
const coats = useOptions("material_coating");
|
||||||
const colors = useOptions("material_color");
|
const colors = useOptions("material_color");
|
||||||
const opacs = useOptions("material_opacity");
|
const opacs = useOptions("material_opacity");
|
||||||
const soft = useOptions("laser_software"); // required for ALL targets
|
const soft = useOptions("laser_software"); // required for ALL targets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue