Skip to content

Commit bce769a

Browse files
committed
[dg] Eliminate 'component' in 'dg scaffold component' in dg docs as it is no longer valid
1 parent 6003a54 commit bce769a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js_modules/dagster-ui/packages/dg-docs-components/src/ComponentScaffolding.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import CopyButton from './CopyButton';
22
import styles from './css/ComponentScaffolding.module.css';
33

4-
export default function ComponentScaffolding({componentName}: {componentName: string}) {
5-
const command = `dg scaffold component ${componentName} {component_name}`;
4+
export default function ComponentScaffolding({ componentName }: { componentName: string }) {
5+
const command = `dg scaffold ${componentName} {component_name}`;
66
return (
77
<div className={styles.container}>
88
<div>

0 commit comments

Comments
 (0)