Skip to content

Commit

Permalink
fix(settings): 🐛 remove language selector
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenull committed Sep 6, 2023
1 parent 3887b44 commit 4136a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cz.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('czg').CommitizenGitOptions} */
module.exports = {
...require('@haydenull/fabric/cz'),
scopes: ['dashboard', 'calendar', 'gantt', 'timeline', 'daily-log', 'review', 'pomodoro', 'side-bar'],
scopes: ['dashboard', 'calendar', 'gantt', 'timeline', 'daily-log', 'review', 'pomodoro', 'sidebar', 'settings'],
}
4 changes: 2 additions & 2 deletions src/pages/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ const Settings: React.FC<{
<Form.Item label="Light Theme Type" name="lightThemeType">
<Select options={LIGHT_THEME_TYPE} />
</Form.Item>
<Form.Item label="Language" name="language" initialValue={Language.English}>
{/* <Form.Item label="Language" name="language" initialValue={Language.English}>
<Select options={LANGUAGES} />
</Form.Item>
</Form.Item> */}
<Form.Item label="Home Page" name="homePage">
<Select options={MENUS} />
</Form.Item>
Expand Down

0 comments on commit 4136a8d

Please sign in to comment.