Skip to content

Commit

Permalink
Partially fix galaxyproject#15723
Browse files Browse the repository at this point in the history
This PR fixes tool recommendation galaxyproject#15723 partially, only in the workflow editor
  • Loading branch information
anuprulez committed Mar 22, 2023
1 parent 3600415 commit a6dadcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Workflow/Editor/Node.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
placement="bottom"
:show.sync="popoverShow">
<Recommendations
v-if="popoverShow"
:step-id="id"
:datatypes-mapper="datatypesMapper"
@onCreate="onCreate" />
Expand Down

0 comments on commit a6dadcb

Please sign in to comment.