-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retroactive support for user-defined labs feature for older projects (#…
…97) * retroactive support for user-defined labs feature for older projects, temporary debugging printouts * remove debugging printouts
- Loading branch information
Showing
5 changed files
with
110 additions
and
90 deletions.
There are no files selected for viewing
184 changes: 100 additions & 84 deletions
184
...new-project/dist/assets/index-5af905ab.js → ...new-project/dist/assets/index-1d978ef1.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ew-project/dist/assets/index-f436fa6e.css → ...ew-project/dist/assets/index-4f7a9f65.css
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
pages/js/duster/new-project/src/components/ClinicalDataOptions.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<template> | ||
|
||
<div class="grid"> | ||
<div | ||
v-for="(col, index) in filtered" | ||
|