mirror of
https://github.com/apache/superset.git
synced 2026-05-29 11:45:16 +00:00
chore(frontend): comprehensive TypeScript quality improvements (#37625)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@ export type EChartGraphNode = Omit<GraphNodeItemOption, 'value'> & {
|
||||
tooltip?: Pick<SeriesTooltipOption, 'formatter'>;
|
||||
};
|
||||
|
||||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
export const DEFAULT_FORM_DATA: EchartsGraphFormData = {
|
||||
...DEFAULT_LEGEND_FORM_DATA,
|
||||
source: '',
|
||||
|
||||
Reference in New Issue
Block a user