Skip to content

Commit

Permalink
Merge pull request #1585 from mregni/features/ES-1584
Browse files Browse the repository at this point in the history
Enabling back button on server check, close #1584
  • Loading branch information
mregni authored Jul 29, 2021
2 parents 8a19780 + 831c0a3 commit 65f1dd7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion EmbyStat.Web/ClientApp/.eslintcache

This file was deleted.

2 changes: 1 addition & 1 deletion EmbyStat.Web/ClientApp/src/pages/wizard/Wizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const Wizard = () => {
<EsButton
onClick={handleBack}
fullWidth={false}
disabled={disableControls || [0, 4, 7].includes(activeStep)}
disabled={disableControls || [0, 7].includes(activeStep)}
>
<KeyboardArrowLeft />
{t('back')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const MediaServerHeader = (props: Props) => {
container
direction="column"
justify="flex-start"
className="m-l-32"
className="m-l-32 m-r-8"
>
<Typography
variant="body1"
Expand Down

0 comments on commit 65f1dd7

Please sign in to comment.