IO-919 Restrict speedprint to job templates.
This commit is contained in:
@@ -8,7 +8,7 @@ import LayoutFormRow from "../layout-form-row/layout-form-row.component";
|
|||||||
|
|
||||||
export default function ShopInfoSpeedPrint({ bodyshop, form }) {
|
export default function ShopInfoSpeedPrint({ bodyshop, form }) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const TemplateListGenerated = TemplateList();
|
const TemplateListGenerated = TemplateList("job");
|
||||||
return (
|
return (
|
||||||
<Form.List name={["speedprint"]}>
|
<Form.List name={["speedprint"]}>
|
||||||
{(fields, { add, remove, move }) => {
|
{(fields, { add, remove, move }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user