Skip to content

Commit

Permalink
Merge pull request #17686 from martenson/upload-del
Browse files Browse the repository at this point in the history
remove reference to a non-existent component
  • Loading branch information
dannon authored Mar 13, 2024
2 parents 9a4a5bc + 848177e commit 0c588fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Panels/ToolBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ function setButtonText() {
@onQuery="(q) => (query = q)"
@onResults="onResults" />
<section v-if="!propShowAdvanced">
<UploadButton v-if="!props.workflow" />
<div v-if="hasResults && resultPanel" class="pb-2">
<b-button size="sm" class="w-100" @click="onToggle">
<FontAwesomeIcon :icon="buttonIcon" />
Expand Down

0 comments on commit 0c588fd

Please sign in to comment.