mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DatatLinks: Fix open in new tab state mismatch (#25826)
This commit is contained in:
parent
e4642de505
commit
62e1e78fbe
@ -53,7 +53,7 @@ export const DataLinkEditor: React.FC<DataLinkEditorProps> = React.memo(
|
||||
</Field>
|
||||
|
||||
<Field label="Open in new tab">
|
||||
<Switch checked={value.targetBlank || false} onChange={onOpenInNewTabChanged} />
|
||||
<Switch value={value.targetBlank || false} onChange={onOpenInNewTabChanged} />
|
||||
</Field>
|
||||
|
||||
{isLast && (
|
||||
|
Loading…
Reference in New Issue
Block a user