Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Migrate AlteredSliceTag to typescript #27030

Merged
merged 14 commits into from
Feb 13, 2024
Merged
Prev Previous commit
Next Next commit
Update superset-frontend/src/components/AlteredSliceTag/index.tsx
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
  • Loading branch information
EnxDev and geido authored Feb 8, 2024
commit 0864107007157a9fce849efd9d83443d3dbeec02
2 changes: 1 addition & 1 deletion superset-frontend/src/components/AlteredSliceTag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class AlteredSliceTag extends React.Component<
return safeStringify(value);
}

renderModalBody(): JSX.Element {
renderModalBody(): React.ReactNode {
const columns = [
{
accessor: 'control',
Expand Down