We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b6bc0 commit c8ee4aaCopy full SHA for c8ee4aa
src/pages/[platform]/build-ui/formbuilder/index.mdx
@@ -91,7 +91,7 @@ Amplify.configure(outputs);
91
import { TodoCreateForm } from './ui-components';
92
```
93
94
-3. Place your form in code. For a form named `ProductCreateForm` in a React project, you could use the following App code:
+4. Place your form in code. For a form named `ProductCreateForm` in a React project, you could use the following App code:
95
96
```jsx
97
function App() {
0 commit comments