Skip to content

Commit

Permalink
Merge branch 'dev' into fix/createProjectForm-target-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin authored Feb 6, 2024
2 parents 3dc7bcf + 386ecb5 commit 79ebc07
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/FormElements/TargetSearchField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
type="search"
autocomplete="off"
:size="size"
placeholder="Search for object"
@input="$emit('input', object_name)"
@keyup.enter.native="search_for_coordinates"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/InstrumentControls/Camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<b-field
horizontal
label="Object Name"
label="Object"
>
<b-input
v-model="object_name"
Expand Down
1 change: 0 additions & 1 deletion src/components/sitepages/SiteTargets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
</b-field>
<TargetSearchField
v-model="mount_object"
label="Object search"
size="is-small"
@results="handle_object_name_search"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Site.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class="button"
:class="{'selected': subpage == 'targets'}"
>
Targets
Sky Map
</button>
</router-link>
<router-link :to="'/site/' + sitecode + '/observe'">
Expand Down

0 comments on commit 79ebc07

Please sign in to comment.