ESLint: Fix problems so linter check passes
This fixes errors caused by turning `@typescript-eslint/ban-ts-comment` on.
This commit is contained in:
parent
d2ea46f243
commit
a7d320e4a8
5 changed files with 16 additions and 19 deletions
|
|
@ -111,8 +111,7 @@ const ProfileSelector = ({ input }: ProfileSelectorProps) => {
|
|||
change('kernel', undefined);
|
||||
change('disabledServices', undefined);
|
||||
change('enabledServices', undefined);
|
||||
// @ts-ignore
|
||||
setProfileName(undefined);
|
||||
setProfileName('');
|
||||
reinitDependingSteps(change);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue