Skip to content

Commit

Permalink
Merge pull request #1264 from VirtualFlyBrain/feature/1262
Browse files Browse the repository at this point in the history
#1262 Add filter labels for priority list
  • Loading branch information
ddelpiano authored Dec 6, 2021
2 parents 0cf6fc8 + 6e82b52 commit 8bc58f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/configuration/VFBMain/searchConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,11 +334,16 @@ var searchConfiguration = {
},
"clickHandler": function (id) {
window.addVfbId(id);
},
"Neo4jLabels" : {
"FAFB" : "FAFB",
"L1EM" : "L1EM",
"FlyEM_HB" : "FlyEM_HB"
}
};

module.exports = {
searchStyle,
searchConfiguration,
datasourceConfiguration,
datasourceConfiguration
};

0 comments on commit 8bc58f1

Please sign in to comment.