mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 09:53:59 +00:00
Merge pull request #2024 from cyriac/patch-1
Fixed stage label typo error on sankey and sunburst-sequence editors
This commit is contained in:
commit
ee9bbbaa7c
@ -11,7 +11,7 @@
|
||||
|
||||
<ul>
|
||||
<li><strong>stage1</strong> - stage 1 value</li>
|
||||
<li><strong>stage1</strong> - stage 2 value (or null)</li>
|
||||
<li><strong>stage2</strong> - stage 2 value (or null)</li>
|
||||
<li><strong>stage3</strong> - stage 3 value (or null)</li>
|
||||
<li><strong>stage4</strong> - stage 4 value (or null)</li>
|
||||
<li><strong>stage5</strong> - stage 5 value (or null)</li>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<strong>Option 2:</strong>
|
||||
<ul>
|
||||
<li><strong>stage1</strong> - stage 1 value</li>
|
||||
<li><strong>stage1</strong> - stage 2 value (or null)</li>
|
||||
<li><strong>stage2</strong> - stage 2 value (or null)</li>
|
||||
<li><strong>stage3</strong> - stage 3 value (or null)</li>
|
||||
<li><strong>stage4</strong> - stage 4 value (or null)</li>
|
||||
<li><strong>stage5</strong> - stage 5 value (or null)</li>
|
||||
|
Loading…
Reference in New Issue
Block a user