1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-20 18:49:56 +01:00

style fixes

This commit is contained in:
Kushagra Gour 2024-03-29 18:20:59 +05:30
parent 3f93fc8af6
commit d418ea5b2b

View File

@ -195,6 +195,7 @@ export class CreateNewModal extends Component {
item={template}
focusable
onClick={onTemplateSelect.bind(null, template, true)}
hasOptions={false}
/>
);
}