Skip to content

Commit

Permalink
Add warning that annotation does not load output again
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Jan 15, 2024
1 parent 619ccf1 commit 7977f47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@
<ul v-for="column in incompleteAnnotations" :key="column">
<li>{{ column }}</li>
</ul>
<strong>NOTE</strong>: If you download the .json data dictionary, without completing the annotations,
<b>NOTE</b>: If you download the .json data dictionary, without completing the annotations,
the data dictionary will not work with subsequent neurobagel steps.
<br />
<b>
You will not be able to load the data dictionary into the annotation tool to change
mistakes later.
</b>
<br /><br />
<b-button
data-cy="button-backtoannotation"
Expand Down

0 comments on commit 7977f47

Please sign in to comment.