mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
SqlLab actions: - Use `as const` for action creators to preserve literal types - Allows proper type inference for ReturnType<typeof action> - Fixes errors in src/core/sqlLab/index.ts which uses ReturnType AnnotationLayer: - Handle possibly undefined props in constructor - Create processedOverrides to avoid mutating undefined - Add default values for all optional state properties 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>