fix: display templates by manufacturer
This commit is contained in:
@@ -34,6 +34,7 @@ const Basic: React.FC<BasicProps> = ({ page = 'template' }) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div data-field="template"></div>
|
||||
{page === 'template' && (
|
||||
<>
|
||||
<Form.Item<FormData>
|
||||
|
||||
Reference in New Issue
Block a user