mirror of
https://github.com/apache/superset.git
synced 2026-07-18 20:55:47 +00:00
- Delete all controlPanelModern.tsx files (JSONForms format) - Delete controlPanelReact.tsx and other experimental variants - Rename Word Cloud controlPanelFixed.ts to controlPanel.ts - Update imports to use standard controlPanel files - Verify no string references remain in control panels All visualizations now use their standard controlPanel.ts/tsx files with React component functions. The codebase is now consistent with the new control panel architecture.