Skip to content

Commit

Permalink
Drop vestigial ICRS frame requirement in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
duytnguyendtn committed Jul 24, 2024
1 parent 3ac2a7c commit 08f3696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<v-text-field
v-model="source"
label="Source or Coordinates"
hint="Enter a source name or ICRS coordinates in degrees to center your query on"
hint="Enter a source name or coordinates in degrees to center your query on"
:disabled="viewer_selected !== 'Manual'"
:rules="[() => !!source || 'This field is required']"
persistent-hint>
Expand Down

0 comments on commit 08f3696

Please sign in to comment.