Skip to content

Commit

Permalink
Fix: egs-sync path field is always disabled (#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielj authored Dec 14, 2024
1 parent 73f295c commit 8e8e805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/screens/Settings/components/EgsSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const EgsSettings = () => {
path={egsPath}
placeholder={t('placeholder.egs-prefix')}
pathDialogTitle={t('box.choose-egs-prefix')}
canEditPath={isSyncing}
canEditPath={!isSyncing}
label={t('setting.egs-sync')}
htmlId="set_epic_sync_path"
/>
Expand Down

0 comments on commit 8e8e805

Please sign in to comment.