From 2e6d85ce1dde4df7ef8702d5a7d2f01834d71291 Mon Sep 17 00:00:00 2001 From: makearmy Date: Sun, 28 Sep 2025 23:44:09 -0400 Subject: [PATCH] submit 'type' fixes --- app/components/forms/SettingsSubmit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/forms/SettingsSubmit.tsx b/app/components/forms/SettingsSubmit.tsx index 0cf9cc60..1525047e 100644 --- a/app/components/forms/SettingsSubmit.tsx +++ b/app/components/forms/SettingsSubmit.tsx @@ -304,7 +304,7 @@ export default function SettingsSubmit({ initialTarget }: { initialTarget?: Targ // Options const mats = useOptions("material"); - the coats = useOptions("material_coating"); + const coats = useOptions("material_coating"); const colors = useOptions("material_color"); const opacs = useOptions("material_opacity"); const soft = useOptions("laser_software"); // required for ALL targets