1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-24 07:21:14 +02: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}
/>
);
}