docs(contributorsrc): update contributorsrc

This commit is contained in:
tzhangchi
2022-08-03 10:57:18 +08:00
parent 62b057d5c1
commit 2d1266ac1c
3 changed files with 136 additions and 135 deletions
@@ -141,6 +141,7 @@ export const PlaceholderPanel = (props: PlaceholderPanelProps) => {
setOpen(false);
props.onClickTips();
};
//@ts-ignore lint rule change result this code lint error, add ingore
const templateList: Array<TemplateMeta> =
TemplateFactory.defaultTemplateList;
const handleNewFromTemplate = async (template: TemplateMeta) => {