Skip to content

Commit

Permalink
Update GraduationTableComponent.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Oct 2, 2024
1 parent 100c7ab commit ef9e603
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
width="25em"
outlined
rounded
@click=""
@click="uploadFiles()"
>
<v-row class="pl-4">
<v-col cols="4">
Expand Down Expand Up @@ -84,6 +84,9 @@ export default {
hasRequiredPermission(permission){
return (this.userInfo?.activeInstitutePermissions?.filter(perm => perm === permission).length > 0);
},
uploadFiles() {
}
}
};
</script>
Expand Down

0 comments on commit ef9e603

Please sign in to comment.