Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismattmiller committed Aug 2, 2024
1 parent a49e66f commit 6b1c41c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Load.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
<span v-if="searchByLccnResults.length == 1" style="display:none;">
<label :for="'lccnsearch'+idx">Select</label><input type="radio" v-model="lccnLoadSelected" :value="r" name="lccnToLoad" :id="'lccnsearch'+idx" :name="'lccnsearch'+idx" checked="true" />
</span>
<spane v-else>
<span v-else>
<label :for="'lccnsearch'+idx" style="font-weight:bold;">Select</label><input type="radio" v-model="lccnLoadSelected" :value="r" name="lccnToLoad" :id="'lccnsearch'+idx" :name="'lccnsearch'+idx" />
</spane>
</span>
</div>

<!-- <div style="flex:1"><a href="#" target="_blank" @click.prevent="instanceEditorLink = r.bfdbPackageURL; testInstance()">Retrieve</a></div> -->
Expand Down

0 comments on commit 6b1c41c

Please sign in to comment.