Skip to content

Commit

Permalink
remove (hover) title from UploadContainer
Browse files Browse the repository at this point in the history
The `title` create a tooltip on hover for anywhere in the `UploadContainer` saying "Upload from Disk or Web"
  • Loading branch information
ahmedhamidawan committed Jul 22, 2024
1 parent 6d58586 commit 6265355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/Upload/DefaultBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ defineExpose({
<UploadSelect
v-if="isCollection"
class="upload-footer-collection-type"
title="Select Type"
:value="collectionType"
:disabled="isRunning"
:options="COLLECTION_TYPES"
Expand All @@ -406,6 +407,7 @@ defineExpose({
<span class="upload-footer-title">Reference (set all):</span>
<UploadSelect
class="upload-footer-genome"
title="Select Reference"
:value="dbKey"
:disabled="isRunning"
:options="listDbKeys"
Expand Down

0 comments on commit 6265355

Please sign in to comment.