Skip to content

Commit

Permalink
chore: rebase + padding #458
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 23, 2024
1 parent f222762 commit 273fc54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/projects/ProjectStructure.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ console.log(props.structureChecks);

<template>
<div>
<label class="pb-2">
<div class="p-2">
{{ t('views.projects.structureChecks.title') }}
</label>
</div>
<Tree class="w-100" selection-mode="single" :value="Project.getNodes(structureChecks)">
<template #default="{ node }">
<template v-if="node.obligated">
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/views/submissions/SubmissionsView.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import Button from 'primevue/button';
import Divider from 'primevue/divider';
import FileUpload from 'primevue/fileupload';
import { PrimeIcons } from 'primevue/api';
import Loading from '@/components/Loading.vue';
Expand Down Expand Up @@ -92,7 +91,6 @@ onMounted(async () => {
<!-- Project info column -->
<!-- Submission structure -->
<div v-if="structureChecks">
<Divider />
<ProjectStructure :structure-checks="structureChecks" />
</div>
<!-- Submission upload -->
Expand Down

0 comments on commit 273fc54

Please sign in to comment.