Skip to content

Commit

Permalink
fixed sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
haimich committed Jan 21, 2018
1 parent 99e68c4 commit 858363a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ To use the following dev tools open the browser console in the open app and inst
* app files for Windows are built by [Appveyor](https://ci.appveyor.com/project/haimich/billy)

## Releasing
* see https://help.github.com/articles/creating-releases/
* if you want to link issues, just add a section in the description - example:

```markdown
### Fixed issues
https://github.com/haimich/billy/issues/120
```
2 changes: 1 addition & 1 deletion src/summary/BillsTableComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default class BillsTableComponent extends React.Component<Props, any> {

render() {
const options: Options = {
sortName: 'invoice_id',
sortName: 'date_paid',
sortOrder: 'asc',
noDataText: t('Keine Einnahmen')
}
Expand Down

0 comments on commit 858363a

Please sign in to comment.