diff --git a/frontend/src/data/useTranslatedToolRegistry.tsx b/frontend/src/data/useTranslatedToolRegistry.tsx index 841ee9282..d89bfe683 100644 --- a/frontend/src/data/useTranslatedToolRegistry.tsx +++ b/frontend/src/data/useTranslatedToolRegistry.tsx @@ -569,7 +569,7 @@ export function useFlatToolRegistry(): ToolRegistry { endpoints: ["remove-blanks"], synonyms: getSynonyms(t, "removeBlanks"), operationConfig: removeBlanksOperationConfig, - automationSettings: RemoveBlanksSettings, // TODO:: Needs settings + automationSettings: RemoveBlanksSettings, }, removeAnnotations: { icon: , @@ -830,7 +830,7 @@ export function useFlatToolRegistry(): ToolRegistry { subcategoryId: SubcategoryId.GENERAL, maxFiles: -1, operationConfig: compressOperationConfig, - automationSettings: CompressSettings, //TODO:: width not great + automationSettings: CompressSettings, synonyms: getSynonyms(t, "compress") }, convert: {