mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
refactor(DrillDetailTableControls): Upgrade DrillDetailTableControls component to Ant Design 5 (#32313)
This commit is contained in:
@@ -28,6 +28,7 @@ export interface TagType {
|
||||
name: string;
|
||||
index?: number | undefined;
|
||||
toolTipTitle?: string;
|
||||
children?: React.ReactNode;
|
||||
}
|
||||
|
||||
export default TagType;
|
||||
|
||||
Reference in New Issue
Block a user