mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix: interval
This commit is contained in:
@@ -29,6 +29,7 @@ export default class Dropdown extends PureComponent {
|
||||
|
||||
if (!this.props.noSetting) {
|
||||
localStorage.setItem(this.props.name, value);
|
||||
localStorage.setItem(this.props.name2, this.props.value2)
|
||||
}
|
||||
|
||||
if (this.props.onChange) {
|
||||
|
||||
Reference in New Issue
Block a user