mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Too many tick chars on line 75 (#50708)
there are 4x ticks on line 75, when there should be 3x. this is causing all of the 9.0beta2 changelog notes to be commented out and not visible to the public on the changelog. changing the 4x ticks to 3x ticks fixes this (on line 75). (LOVE GRAFANA!)
This commit is contained in:
parent
97baa6911d
commit
bd818be36f
@ -72,7 +72,7 @@ Migration should just be a matter of going from
|
||||
|
||||
to
|
||||
|
||||
````tsx
|
||||
```tsx
|
||||
<ClipboardButton
|
||||
{/* other props... */}
|
||||
onClipboardCopy={(copiedText) => {
|
||||
|
Loading…
Reference in New Issue
Block a user