ESLint: Fix problems so linter check passes

This fixes errors caused by turning `@typescript-eslint/ban-ts-comment` on.
This commit is contained in:
regexowl 2024-03-14 11:25:03 +01:00 committed by Klara Simickova
parent d2ea46f243
commit a7d320e4a8
5 changed files with 16 additions and 19 deletions

View file

@ -111,8 +111,7 @@ const ProfileSelector = ({ input }: ProfileSelectorProps) => {
change('kernel', undefined);
change('disabledServices', undefined);
change('enabledServices', undefined);
// @ts-ignore
setProfileName(undefined);
setProfileName('');
reinitDependingSteps(change);
};