-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
Product / Portfolio Work
-
1
-
False
-
-
False
-
-
-
ACM Console Train 37 - 1
-
None
Found unused code with a typo in frontend/src/atoms.ts:249
export function useVitualMachineSearchResultLimit()
{ const settings = useRecoilValue(settingsState) return useMemo(() => parseInt(settings.VM_RESULT_LIMIT ?? '-1'), [settings]) }
which could be removed