diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index c5db58157..5fd11f3a6 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -240,10 +240,6 @@ export const nodeIconsLucide: { >, }; -export const taskTypeMap: { [key: string]: string } = { - MULTICLASS_CLASSIFICATION: "Multiclass Classification", -}; - const charWidths: { [char: string]: number } = { " ": 0.2, "!": 0.2,