Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanEngland committed Jun 20, 2024
1 parent 44abed6 commit 696b3c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/webui/src/ProposalEditorView/targets/New.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,13 +351,11 @@ const TargetForm = (props: FormPropsType<newTargetData>): ReactElement => {
label={"Coordinate System"}
data={[{label:"J2000",value:"J2000"}]}
{...form.getInputProps("SelectedEpoch")} />
<div>
<SubmitButton
toolTipLabel={"Save this target"}
label={"Add"}
disabled={!form.isValid() ||
form.values.searching? true : undefined}/>
</div>
</Stack>
</form>
</Grid.Col>
Expand Down

0 comments on commit 696b3c9

Please sign in to comment.