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:
parent
1444138a2d
commit
efb0492fc3
@ -170,7 +170,7 @@ export class CreateNewModal extends Component {
|
||||
inline
|
||||
item={template}
|
||||
focusable
|
||||
onClick={onTemplateSelect.bind(null, template)}
|
||||
onClick={onTemplateSelect.bind(null, template, false)}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
Loading…
x
Reference in New Issue
Block a user