-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Priority: LowThis issue is important but has low priorityThis issue is important but has low priorityStatus: Needs TriageProject managementProject management
Description
The problem: We can't hardcode the href here because we want to allow the user of the component to set the url.
// ResourcesWidget.tsx
<EuiLink
href={"#"}
onClick={(e) => {
e.preventDefault();
if (onNavigate) {
onNavigate(ontologyId || "");
}
}}
>
{ontologyId}
</EuiLink>
@rombaum any idea?
Metadata
Metadata
Assignees
Labels
Priority: LowThis issue is important but has low priorityThis issue is important but has low priorityStatus: Needs TriageProject managementProject management