From 696b3c9f3759ccfdaa075bb34eac00b199f5cd3f Mon Sep 17 00:00:00 2001 From: Allan England Date: Thu, 20 Jun 2024 15:43:55 +0100 Subject: [PATCH] Tweaks --- src/main/webui/src/ProposalEditorView/targets/New.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/webui/src/ProposalEditorView/targets/New.tsx b/src/main/webui/src/ProposalEditorView/targets/New.tsx index 78738be1..4cb8bcad 100644 --- a/src/main/webui/src/ProposalEditorView/targets/New.tsx +++ b/src/main/webui/src/ProposalEditorView/targets/New.tsx @@ -351,13 +351,11 @@ const TargetForm = (props: FormPropsType): ReactElement => { label={"Coordinate System"} data={[{label:"J2000",value:"J2000"}]} {...form.getInputProps("SelectedEpoch")} /> -
-