소스 검색

Update Activity.vue

Daniel Supernault 6 년 전
부모
커밋
17ce5ab5eb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/assets/js/components/Activity.vue

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

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