fix #183
This commit is contained in:
parent
2d761e49ad
commit
c89fd8e326
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ oml.ui.preferencesPanel = function() {
|
||||||
{
|
{
|
||||||
id: 'receivedRequests',
|
id: 'receivedRequests',
|
||||||
title: 'Received Requests',
|
title: 'Received Requests',
|
||||||
value: preferences.peeringRequests,
|
value: preferences.receivedRequests,
|
||||||
items: [
|
items: [
|
||||||
{id: 'notify', title: 'Notify Me'},
|
{id: 'notify', title: 'Notify Me'},
|
||||||
{id: 'accept', title: 'Accept All'},
|
{id: 'accept', title: 'Accept All'},
|
||||||
|
|
Loading…
Reference in a new issue