1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-19 20:55:55 +01:00

createnewmodal: fix template click call

This commit is contained in:
Kushagra Gour 2019-03-18 21:33:55 +05:30
parent 1444138a2d
commit efb0492fc3

View File

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