mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
DataLinks: Do not full page reload data links links (#23429)
This commit is contained in:
parent
38082747dc
commit
02d303a595
@ -218,7 +218,7 @@ const ContextMenuItem: React.FC<ContextMenuItemProps> = React.memo(
|
|||||||
<div className={styles.item}>
|
<div className={styles.item}>
|
||||||
<a
|
<a
|
||||||
href={url ? url : undefined}
|
href={url ? url : undefined}
|
||||||
target={target || '_self'}
|
target={target}
|
||||||
className={cx(className, styles.link)}
|
className={cx(className, styles.link)}
|
||||||
onClick={e => {
|
onClick={e => {
|
||||||
if (onClick) {
|
if (onClick) {
|
||||||
|
Loading…
Reference in New Issue
Block a user