Merge remote-tracking branch 'origin/feat/assignment-page' into feat/assignment-page
This commit is contained in:
		
						commit
						f7e20d5fe4
					
				
					 3 changed files with 2 additions and 4 deletions
				
			
		|  | @ -71,7 +71,6 @@ | |||
|         } | ||||
|     }); | ||||
| 
 | ||||
| 
 | ||||
|     async function submitFormHandler(): Promise<void> { | ||||
|         const { valid } = await form.value.validate(); | ||||
|         if (!valid) return; | ||||
|  |  | |||
|  | @ -72,7 +72,6 @@ import {ref, computed, onMounted, watch} from "vue"; | |||
|             cid: clsId, | ||||
|             an: num, | ||||
|         }); | ||||
| 
 | ||||
|     } | ||||
| 
 | ||||
|     onMounted(async () => { | ||||
|  |  | |||
		Reference in a new issue
	
	 Joyelle Ndagijimana
						Joyelle Ndagijimana