mirror of
https://github.com/mue/mue.git
synced 2026-07-26 02:01:19 +02:00
chore: improve background back btn, update dependencies
This commit is contained in:
@@ -80,7 +80,10 @@ export default class DateSettings extends PureComponent {
|
||||
zoomSetting="zoomDate"
|
||||
switch={true}
|
||||
/>
|
||||
<SettingsItem title={getMessage('modals.main.settings.sections.time.type')} subtitle="Whether to display the date in long form or short form">
|
||||
<SettingsItem
|
||||
title={getMessage('modals.main.settings.sections.time.type')}
|
||||
subtitle="Whether to display the date in long form or short form"
|
||||
>
|
||||
<Dropdown
|
||||
name="dateType"
|
||||
onChange={(value) => this.setState({ dateType: value })}
|
||||
|
||||
Reference in New Issue
Block a user