Skip to content

Commit 81e5646

Browse files
committed
template changed
1 parent 3a69fd6 commit 81e5646

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui",
3-
"version": "0.43.6",
3+
"version": "0.43.7",
44
"private": true,
55
"scripts": {
66
"dev": "GENERATE_SOURCEMAP=false react-scripts start",

src/components/CreateForms/CFAppStep1.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,6 @@ export default function CFAppStep1({
100100
)}
101101
</Fragment>
102102

103-
<CFSection>
104-
<CFSharing formik={formik} />
105-
<Seperator />
106-
</CFSection>
107-
108103
<CFSection>
109104
<CFAdvancedSettings formik={formik} disabled={isImportRobot} />
110105
</CFSection>

0 commit comments

Comments
 (0)