Răsfoiți Sursa

Update Activity.vue

Daniel Supernault 6 ani în urmă
părinte
comite
17ce5ab5eb
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      resources/assets/js/components/Activity.vue

+ 2 - 2
resources/assets/js/components/Activity.vue

@@ -115,7 +115,7 @@ export default {
 		fetchNotifications() {
 		fetchNotifications() {
 			axios.get('/api/v1/notifications', {
 			axios.get('/api/v1/notifications', {
 				params: {
 				params: {
-					pg: true
+					pg: false
 				}
 				}
 			})
 			})
 			.then(res => {
 			.then(res => {
@@ -141,7 +141,7 @@ export default {
 			axios.get('/api/v1/notifications', {
 			axios.get('/api/v1/notifications', {
 				params: {
 				params: {
 					page: this.notificationCursor,
 					page: this.notificationCursor,
-					pg: true
+					pg: false
 				}
 				}
 			}).then(res => {
 			}).then(res => {
 				if(res.data.length > 0) {
 				if(res.data.length > 0) {