We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0119278 commit d4de748Copy full SHA for d4de748
1 file changed
src/utils/promptForComponents.ts
@@ -17,10 +17,6 @@ export const promptUserForComponents = async (
17
name: "components",
18
message: "Select the components you want to add",
19
choices: allComponents.map((c: Component) => ({ title: c.name, value: c.value })),
20
- onRender() {
21
- // @ts-ignore
22
- this.msg = "Select the components you want to add";
23
- },
24
});
25
return components;
26
};
0 commit comments