Skip to content

Commit

Permalink
minor fix for blind annotation mode
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Nov 25, 2024
1 parent 4f6c947 commit fbb2ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sample/AdvancedFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</q-tooltip>
</q-btn>
<q-btn
v-if="isLoggedIn"
v-if="isLoggedIn && !blindAnnotationMode"
outline
:disable="pendingModifications.size === 0"
color="primary"
Expand Down

0 comments on commit fbb2ddb

Please sign in to comment.