Skip to content

Commit

Permalink
visible button when occurence not found
Browse files Browse the repository at this point in the history
  • Loading branch information
emilie19 committed Nov 28, 2023
1 parent 57dab86 commit 5a2c1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CurationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
</table>
</div>

<div v-if="!in_progress && !warning">
<div v-if="!in_progress">

<div class="button-container">
<button v-show="changes == 0" class="grey-button" @click="nosaveBack()">
Expand Down

0 comments on commit 5a2c1b9

Please sign in to comment.