refactor: getGroups

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-10 16:04:55 +01:00
parent 9045eb1bab
commit 425102415a
5 changed files with 194 additions and 178 deletions

View File

@@ -63,7 +63,7 @@ export default function ConvertDaysToHours({
setResult(checkLeapYear(input));
};
const getGroups: GetGroupsType<InitialValuesType> | null = () => [];
const getGroups: GetGroupsType<InitialValuesType> | null = null;
return (
<ToolContent