Skip to content

Commit

Permalink
added alerts for saving channels/gating
Browse files Browse the repository at this point in the history
  • Loading branch information
nchuynh committed Aug 30, 2021
1 parent 32cf0d4 commit e268052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions minerva_analysis/client/src/js/views/channelList.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ class ChannelList {
this.rangeConnector,
this.dataLayer.imageBitRange
);
alert("Saved Channels to Database");
});
}

Expand Down
1 change: 1 addition & 0 deletions minerva_analysis/client/src/js/views/csvGatingList.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ class CSVGatingList {

gating_download_icon_db.addEventListener('click', () => {
self.dataLayer.saveGatingList(this.gating_channels, this.selections, false);
alert("Saved Gating to Database");
})

// Open / close download panel
Expand Down

0 comments on commit e268052

Please sign in to comment.