feat: join requests werken
This commit is contained in:
		
							parent
							
								
									7fff8a012d
								
							
						
					
					
						commit
						31412f71eb
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -80,7 +80,8 @@ | ||||||
|                     showSnackbar(t("sent"), "success"); |                     showSnackbar(t("sent"), "success"); | ||||||
|                 }, |                 }, | ||||||
|                 onError: (e) => { |                 onError: (e) => { | ||||||
|                     showSnackbar(t("failed") + ": " + e.message, "error"); |                     // showSnackbar(t("failed") + ": " + e.message, "error"); | ||||||
|  |                     throw e; | ||||||
|                 }, |                 }, | ||||||
|             }, |             }, | ||||||
|         ); |         ); | ||||||
|  | @ -155,7 +156,7 @@ | ||||||
|                             sm="6" |                             sm="6" | ||||||
|                             md="6" |                             md="6" | ||||||
|                         > |                         > | ||||||
|                             <!-- <v-table class="table"> |                             <v-table class="table"> | ||||||
|                                 <thead> |                                 <thead> | ||||||
|                                     <tr> |                                     <tr> | ||||||
|                                         <th class="header">{{ t("classJoinRequests") }}</th> |                                         <th class="header">{{ t("classJoinRequests") }}</th> | ||||||
|  | @ -189,8 +190,7 @@ | ||||||
|                                         </td> |                                         </td> | ||||||
|                                     </tr> |                                     </tr> | ||||||
|                                 </tbody> |                                 </tbody> | ||||||
|                             </v-table> TODO schrijf nieuwe controller + query--> |                             </v-table> | ||||||
|                             <p>{{ joinRequests.data.joinRequests }}</p> |  | ||||||
|                         </v-col> |                         </v-col> | ||||||
|                     </using-query-result> |                     </using-query-result> | ||||||
|                 </v-row> |                 </v-row> | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 laurejablonski
						laurejablonski