From d002f5c97b77f15293c7b90c95e25f0d7baa7d31 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 28 Apr 2025 10:18:44 +0100 Subject: [PATCH] ui: Format code. --- ui/src/components/CodeEditor.tsx | 2 +- ui/src/views/fuota/FuotaDeploymentLayout.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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} > - +