Skip to content

Commit

Permalink
[EEG] Electrodes query and file download fix (aces#8478)
Browse files Browse the repository at this point in the history
PR aces#8242 modified the electrodes DB schemas and since then, the EEG Browser is broken.
This fixes the issue by rewriting the query logic.
Also fixes a few issues with the download buttons and the layout.
  • Loading branch information
laemtl committed Mar 30, 2023
1 parent 79571dd commit 8a12eae
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,6 @@ const EventManager = ({
(epoch.type == 'Annotation' ? 'annotation ' : '')
+ 'list-group-item list-group-item-action'
}
style={{
position: 'relative',
}}
onMouseEnter={() => updateActiveEpoch(index)}
onMouseLeave={() => updateActiveEpoch(null)}
>
<div
className="epoch-details"
Expand Down

0 comments on commit 8a12eae

Please sign in to comment.