Skip to content

Commit

Permalink
prevent sending wrong query from initiation
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoo committed May 29, 2020
1 parent 7f6eb2f commit edc59e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/js/p3/widget/viewer/_GenomeList.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,7 @@ define([
});
this.transcriptomics = new TranscriptomicsContainer({
title: 'Transcriptomics',
id: this.viewer.id + '_transcriptomics',
disabled: false,
state: this.state
id: this.viewer.id + '_transcriptomics'
});

this.interactions = new InteractionsContainer({
Expand Down

0 comments on commit edc59e2

Please sign in to comment.