We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a69fd6 commit 81e5646Copy full SHA for 81e5646
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ui",
3
- "version": "0.43.6",
+ "version": "0.43.7",
4
"private": true,
5
"scripts": {
6
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
src/components/CreateForms/CFAppStep1.tsx
@@ -100,11 +100,6 @@ export default function CFAppStep1({
100
)}
101
</Fragment>
102
103
- <CFSection>
104
- <CFSharing formik={formik} />
105
- <Seperator />
106
- </CFSection>
107
-
108
<CFSection>
109
<CFAdvancedSettings formik={formik} disabled={isImportRobot} />
110
</CFSection>
0 commit comments