Clear Errors & Update CI

This commit is contained in:
Patrick Fic
2021-03-04 16:00:23 -08:00
parent f7d1ea0a49
commit 0d75b97718
2 changed files with 12 additions and 22 deletions

View File

@@ -378,13 +378,3 @@ export const TemplateList = (type, context) => {
: {}),
};
};
function getComponentPath(formItem) {
const { type } = formItem;
switch (type) {
case "checkbox":
return "/components/checkbox";
default:
return null;
}
}