mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(explore): Integrate dataset panel with Folders feature (#33104)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a5a91d5e48
commit
7b9ebbe735
@@ -149,6 +149,7 @@ describe('BigNumberWithTrendline', () => {
|
||||
label: 'value',
|
||||
metric_name: 'value',
|
||||
d3format: '.2f',
|
||||
uuid: '1',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -174,6 +175,7 @@ describe('BigNumberWithTrendline', () => {
|
||||
metric_name: 'value',
|
||||
d3format: '.2f',
|
||||
currency: { symbol: 'USD', symbolPosition: 'prefix' },
|
||||
uuid: '1',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user