Skip to content

Commit

Permalink
fix: select (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristhianF7 authored Dec 12, 2024
1 parent 898925d commit 7ce6553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/TextField/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const TextField: FunctionComponent<TextFieldProps> = ({
startAdornment={startAdormentIcon}
inputProps={{
'aria-label': label,
...props.inputProps,
}}
/>
{helperText && (
Expand Down
4 changes: 2 additions & 2 deletions hooks/useInstallation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const getInstallationTitles = (
0: `Now, let’s get you authenticated`,
1: `Let’s configure your ${installType} - ${gitProvider} cluster`,
2: `Grab a cup of tea or coffee while we set up your cluster...`,
3: 'You’re all set!',
3: '',
};
}

Expand All @@ -36,7 +36,7 @@ const getInstallationTitles = (
1: `Now, let’s get you authenticated`,
2: `Let’s configure your ${installType} - ${gitProvider} cluster`,
3: `Grab a cup of tea or coffee while we set up your cluster...`,
4: 'You’re all set!',
4: '',
};
};

Expand Down

0 comments on commit 7ce6553

Please sign in to comment.