Skip to content

Commit 6b7d716

Browse files
fix: make files available in the NESTOR documents page (#5042)
* fix: make files available in the documents page * fix: typo in About page
1 parent 8cdb1a3 commit 6b7d716

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

apps/nestor-public/src/pages/view-about.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<p>
1313
The NESTOR Registry is a web-based platform that facilitates and
1414
accelerates research to improve diagnostics, treatment and the provision
15-
of high-quality healthcare for patients with one of rare genetic tumour
16-
risk syndromes. The NESTOR Registry is affiliated to the KWF NESTOR
17-
project.
15+
of high-quality healthcare for patients with one of the rare genetic
16+
tumour risk syndromes. The NESTOR Registry is affiliated to the KWF
17+
NESTOR project.
1818
</p>
1919
<MessageBox type="warning">
2020
<span>This page is under construction.</span>

apps/nestor-public/src/pages/view-documents.vue

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
/>
1010
<PageSection aria-labelledby="documents-section-title">
1111
<h2 id="documents-section-title">Available documents</h2>
12-
<MessageBox type="warning">
13-
<span>This page is under construction.</span>
14-
</MessageBox>
12+
<FileList table="Files" labelsColumn="name" fileColumn="file" />
1513
</PageSection>
1614
</Page>
1715
</template>
1816

1917
<script setup lang="ts">
2018
// @ts-expect-error
21-
import { Page, PageHeader, PageSection, MessageBox } from "molgenis-viz";
19+
import { Page, PageHeader, PageSection, FileList } from "molgenis-viz";
2220
</script>

0 commit comments

Comments
 (0)