We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6003a54 commit bce769aCopy full SHA for bce769a
js_modules/dagster-ui/packages/dg-docs-components/src/ComponentScaffolding.tsx
@@ -1,8 +1,8 @@
1
import CopyButton from './CopyButton';
2
import styles from './css/ComponentScaffolding.module.css';
3
4
-export default function ComponentScaffolding({componentName}: {componentName: string}) {
5
- const command = `dg scaffold component ${componentName} {component_name}`;
+export default function ComponentScaffolding({ componentName }: { componentName: string }) {
+ const command = `dg scaffold ${componentName} {component_name}`;
6
return (
7
<div className={styles.container}>
8
<div>
0 commit comments