Skip to content

Commit

Permalink
Disable data object table if there is no processed data
Browse files Browse the repository at this point in the history
  • Loading branch information
marySalvi committed Jul 28, 2023
1 parent cceb828 commit 1979646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/components/SampleListExpansion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ export default defineComponent({
x-small
:outlined="!isOpen(projects[0].id)"
:color="isOpen(projects[0].id) ? 'primary' : 'default'"
:disabled="projects[0].omics_data.length == 0 ? true : false"
class="mr-2 mt-2"

@click="() => $emit('open-details', projects[0].id)"
>
{{ fieldDisplayName(omicsType) }}
Expand Down

0 comments on commit 1979646

Please sign in to comment.