Skip to content

Commit 0775c73

Browse files
Small fix.
1 parent 3621807 commit 0775c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/components/graduation/school/upload/GradSchoolUploadDataComponent.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
fluid
44
>
55
<div>
6-
<v-row v-if="isSummerPeriod && hasRequiredPermission('GRAD_DIS_UPLOAD')">
6+
<v-row v-if="isSummerPeriod && hasRequiredPermission('GRAD_SCH_UPLOAD')">
77
<v-col cols="12">
88
<v-alert
99
density="compact"
@@ -18,7 +18,7 @@
1818
</v-alert>
1919
</v-col>
2020
</v-row>
21-
<div v-if="isSummerPeriod && hasRequiredPermission('GRAD_DIS_UPLOAD')">
21+
<div v-if="isSummerPeriod && hasRequiredPermission('GRAD_SCH_UPLOAD')">
2222
<v-row class="mt-4">
2323
<v-col cols="5">
2424
<v-row>
@@ -217,7 +217,7 @@
217217
</v-col>
218218
</v-row>
219219
</div>
220-
<div v-else-if="hasRequiredPermission('GRAD_DIS_UPLOAD')">
220+
<div v-else-if="hasRequiredPermission('GRAD_SCH_UPLOAD')">
221221
<v-row>
222222
<v-col cols="12">
223223
<v-alert

0 commit comments

Comments
 (0)