From f1b252de4801701929da9cbc45b949ce7808f4d1 Mon Sep 17 00:00:00 2001 From: gokhangunduz Date: Fri, 23 Feb 2024 13:20:06 +0300 Subject: [PATCH] feat(version): release 0.36.1 version --- package.json | 2 +- src/components/CFRepositoryName/CFRepositoryName.tsx | 1 - src/components/CFRepositoryURL/CFRepositoryURL.tsx | 1 - src/components/CFWorkspaceName/CFWorkspaceName.tsx | 1 - src/components/CreateFormBranchInput/CreateFormBranchInput.tsx | 1 - src/components/CreateForms/CFStep1.tsx | 2 +- 6 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f52b4742..9a5d9f3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.36.0", + "version": "0.36.1", "private": true, "scripts": { "dev": "GENERATE_SOURCEMAP=false react-scripts start", diff --git a/src/components/CFRepositoryName/CFRepositoryName.tsx b/src/components/CFRepositoryName/CFRepositoryName.tsx index 5dcd1fb6..ccf10bd2 100644 --- a/src/components/CFRepositoryName/CFRepositoryName.tsx +++ b/src/components/CFRepositoryName/CFRepositoryName.tsx @@ -24,7 +24,6 @@ export default function CFRepositoryName({ inputProps={formik.getFieldProps( `workspaces.${workspaceIndex}.robotRepositories.${repositoryIndex}.name`, )} - placeholder="cloudy" disabled={disabled} inputError={ // @ts-ignore diff --git a/src/components/CFRepositoryURL/CFRepositoryURL.tsx b/src/components/CFRepositoryURL/CFRepositoryURL.tsx index 539609c6..7ac7bd81 100644 --- a/src/components/CFRepositoryURL/CFRepositoryURL.tsx +++ b/src/components/CFRepositoryURL/CFRepositoryURL.tsx @@ -22,7 +22,6 @@ export default function CFRepositoryURL({ inputProps={formik.getFieldProps( `workspaces.${workspaceIndex}.robotRepositories.${repositoryIndex}.url`, )} - placeholder="https://github.com/robolaunch/cloudy" disabled={disabled} inputError={ //prettier-ignore diff --git a/src/components/CFWorkspaceName/CFWorkspaceName.tsx b/src/components/CFWorkspaceName/CFWorkspaceName.tsx index af8eb323..d4e30e56 100644 --- a/src/components/CFWorkspaceName/CFWorkspaceName.tsx +++ b/src/components/CFWorkspaceName/CFWorkspaceName.tsx @@ -19,7 +19,6 @@ export default function CFWorkspaceName({ dataTut="create-robot-step2-workspace-name" labelName="Workspace Name:" labelInfoTip="You can specify the name of your workspace here." - placeholder="ros2_ws" inputProps={formik.getFieldProps(`workspaces.${workspaceIndex}.name`)} classNameContainer="w-full" disabled={formik.isSubmitting} diff --git a/src/components/CreateFormBranchInput/CreateFormBranchInput.tsx b/src/components/CreateFormBranchInput/CreateFormBranchInput.tsx index cb92e0ce..56886e4b 100644 --- a/src/components/CreateFormBranchInput/CreateFormBranchInput.tsx +++ b/src/components/CreateFormBranchInput/CreateFormBranchInput.tsx @@ -121,7 +121,6 @@ export default function CreateFormBrachInput({ labelName="Branch Name:" labelInfoTip="Type a repository branch name." disabled={disabled} - placeholder="main" inputProps={formik.getFieldProps( `workspaces.${workspaceIndex}.robotRepositories.${repositoryIndex}.branch`, )} diff --git a/src/components/CreateForms/CFStep1.tsx b/src/components/CreateForms/CFStep1.tsx index af9fdd4a..f2cc88c6 100644 --- a/src/components/CreateForms/CFStep1.tsx +++ b/src/components/CreateForms/CFStep1.tsx @@ -101,7 +101,7 @@ export default function CFStep1({ isImportRobot }: ICFStep1): ReactElement {
- + {/* */}