Clear Errors & Update CI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user