Skip to content
Snippets Groups Projects
Commit 7bcc0af9 authored by David Mendez's avatar David Mendez
Browse files

Improve notifications component

parent 5ec54581
No related branches found
No related tags found
1 merge request!25Implement Autocomplete and Search using new indexes
......@@ -36,7 +36,7 @@ export default {
propertiesGroups: {
1: { id: 'report_card_table', selected: true, allHeaders: [] },
},
entityID: EntityNames.EubopenCompound.entityID,
entityID: EntityNames.EubopenMechanismOfAction.entityID,
customDataRepresentationParams: {
possiblePageSizes: [5, 10],
itemsPerPage: 5,
......@@ -46,6 +46,7 @@ export default {
computed: {
starterParams() {
const starterParams = ProbeMechanism.getReportCardStarterParams(
EntityNames.EubopenMechanismOfAction.entityID,
'CHEMBL101253',
this.propertiesGroups
)
......
Subproject commit bd6bdf0db926ae22984293df1f4d36713510811f
Subproject commit 81308864ebe97a7634df0a6b934e4861a65c94b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment