refactor(DrillDetailTableControls): Upgrade DrillDetailTableControls component to Ant Design 5 (#32313)

This commit is contained in:
Enzo Martellucci
2025-02-24 22:19:40 +01:00
committed by GitHub
parent 8dcae810d4
commit b0dac046e6
5 changed files with 69 additions and 29 deletions

View File

@@ -28,6 +28,7 @@ export interface TagType {
name: string;
index?: number | undefined;
toolTipTitle?: string;
children?: React.ReactNode;
}
export default TagType;