IO-919 Restrict speedprint to job templates.

This commit is contained in:
Patrick Fic
2021-04-23 09:15:56 -07:00
parent ed95b292b8
commit 8688582bec

View File

@@ -8,7 +8,7 @@ import LayoutFormRow from "../layout-form-row/layout-form-row.component";
export default function ShopInfoSpeedPrint({ bodyshop, form }) {
const { t } = useTranslation();
const TemplateListGenerated = TemplateList();
const TemplateListGenerated = TemplateList("job");
return (
<Form.List name={["speedprint"]}>
{(fields, { add, remove, move }) => {