Changed default sort order
这个提交包含在:
父节点
2c99d2bb62
当前提交
4c6905a5d5
共有 2 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -63,8 +63,8 @@ class ProximoListScreen extends React.Component<Props, State> {
|
|||
this.originalData = this.props.route.params['data']['data'];
|
||||
this.shouldFocusSearchBar = this.props.route.params['shouldFocusSearchBar'];
|
||||
this.state = {
|
||||
currentlyDisplayedData: this.originalData.sort(sortPrice),
|
||||
currentSortMode: 1,
|
||||
currentlyDisplayedData: this.originalData.sort(sortName),
|
||||
currentSortMode: 3,
|
||||
modalCurrentDisplayItem: null,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ export default class AsyncStorageManager {
|
|||
},
|
||||
updateNumber: {
|
||||
key: 'updateNumber',
|
||||
default: '1',
|
||||
default: '0',
|
||||
current: '',
|
||||
},
|
||||
proxiwashNotifications: {
|
||||
|
|
|
|||
正在加载…
在新工单中引用