Docs: add basic docs for QueryResultMetaNotice (#23410)

* add basic docs

* fix typo

* use link not url
This commit is contained in:
Ryan McKinley
2020-04-07 23:18:48 -07:00
committed by GitHub
parent 0612293543
commit 2f7ba21593
2 changed files with 21 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ export class PanelHeader extends Component<Props, State> {
<span className="fa fa-info-circle" style={{ marginRight: '8px', cursor: 'pointer' }} />
</div>
) : (
<a className="panel-info-notice" href={notice.url} target="_blank">
<a className="panel-info-notice" href={notice.link} target="_blank">
<span className="fa fa-info-circle" style={{ marginRight: '8px', cursor: 'pointer' }} />
</a>
)}