1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

Merge branch 'master' into release-4.0

This commit is contained in:
Kushagra Gour
2018-10-26 11:38:39 +05:30
31 changed files with 216 additions and 273 deletions

View File

@@ -25,6 +25,7 @@ export function CreateNewModal({
<div class="saved-items-pane__container">
{templates.map(template => (
<ItemTile
inline
item={template}
focusable
onClick={onTemplateSelect.bind(null, template)}