diff --git a/frontend/components/containers/annotation/ApproveButton.vue b/frontend/components/containers/annotation/ApproveButton.vue
index 4f102b9a..fd39f362 100644
--- a/frontend/components/containers/annotation/ApproveButton.vue
+++ b/frontend/components/containers/annotation/ApproveButton.vue
@@ -6,13 +6,13 @@
min-width="36"
outlined
v-on="on"
- @click="dialog=true"
+ @click="approveDocument"
>
- mdi-checkbox-blank-circle-outline
+ mdi-check-circle-outline
- mdi-check-circle-outline
+ mdi-checkbox-blank-circle-outline
@@ -21,10 +21,23 @@