Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: egs-sync path field is always disabled
Browse files Browse the repository at this point in the history
arielj committed Dec 14, 2024
1 parent 767b589 commit cfe210f
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
@@ -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"
/>

0 comments on commit cfe210f

Please sign in to comment.