changed default value to fix #68
This commit is contained in:
parent
4593b01350
commit
a73448c942
1 changed files with 2 additions and 2 deletions
|
@ -619,7 +619,7 @@ Setting.create_if_not_exists(
|
|||
],
|
||||
},
|
||||
:state => {
|
||||
:value => 'right',
|
||||
:value => 'left',
|
||||
},
|
||||
:frontend => false
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue