mirror of
https://github.com/mue/mue.git
synced 2026-07-22 00:07:23 +02:00
feat: add create quote pack (WIP)
This commit is contained in:
@@ -31,7 +31,9 @@ export default class Dropdown extends PureComponent {
|
||||
title: e.target[e.target.selectedIndex].text
|
||||
});
|
||||
|
||||
localStorage.setItem(this.props.name, value);
|
||||
if (!this.props.noSetting) {
|
||||
localStorage.setItem(this.props.name, value);
|
||||
}
|
||||
|
||||
if (this.props.onChange) {
|
||||
this.props.onChange(value);
|
||||
|
||||
Reference in New Issue
Block a user