mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-22 20:25:31 +02:00
Fixing merge problem
This commit is contained in:
parent
9127387163
commit
f5c93e556c
@ -124,7 +124,7 @@ const SidebarSettingsMenu = React.memo((props: Props) => {
|
||||
<Menu.Text
|
||||
id='system-theme'
|
||||
name={intl.formatMessage({id: 'Sidebar.system-theme', defaultMessage: 'System theme'})}
|
||||
onClick={async () => this.updateTheme(null)}
|
||||
onClick={async () => updateTheme(null)}
|
||||
/>
|
||||
</Menu.SubMenu>
|
||||
</Menu>
|
||||
|
Loading…
x
Reference in New Issue
Block a user