mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: type src/dashboard/util/charts (#10068)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
import getFormDataWithExtraFilters from 'src/dashboard/util/charts/getFormDataWithExtraFilters';
|
||||
|
||||
describe('getFormDataWithExtraFilters', () => {
|
||||
const chartId = 'chartId';
|
||||
const chartId = 8675309;
|
||||
const mockArgs = {
|
||||
chart: {
|
||||
id: chartId,
|
||||
Reference in New Issue
Block a user