diff --git a/ui/src/components/CodeEditor.tsx b/ui/src/components/CodeEditor.tsx index 03df5149..d19e6d0c 100644 --- a/ui/src/components/CodeEditor.tsx +++ b/ui/src/components/CodeEditor.tsx @@ -31,7 +31,7 @@ function CodeEditor(props: IProps) { form.setFieldsValue({ [props.name]: newValue, }); - } + }; return ( diff --git a/ui/src/views/fuota/FuotaDeploymentLayout.tsx b/ui/src/views/fuota/FuotaDeploymentLayout.tsx index 2c367bf9..b2e2c3d4 100644 --- a/ui/src/views/fuota/FuotaDeploymentLayout.tsx +++ b/ui/src/views/fuota/FuotaDeploymentLayout.tsx @@ -168,7 +168,9 @@ function FuotaDeploymentLayout(props: IProps) { description="Are you sure you want to start the deploymen? Once started, you will not be able to make changes." onConfirm={startFuotaDeployment} > - +