diff --git a/client/pages/projects/_id.vue b/client/pages/projects/_id.vue
index ac5844ec08f0bdd2bb7aba8362671145109f0c5a..53191e22c07b7bee3c6d77c5b2bb1e9b797fa8a8 100644
--- a/client/pages/projects/_id.vue
+++ b/client/pages/projects/_id.vue
@@ -24,7 +24,7 @@
       striped
       rounded
       height="20"
-      v-model="progress"
+      :value="progress"
       >
         <strong style="color:white; text-transform:capitalize;">{{progress}} %</strong>
       </v-progress-linear>