Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GVodyanov committed Oct 22, 2023
1 parent 1169c53 commit de1c450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion static/reports/dist/js/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/reports/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function getData() {
.get('https://notes-lib-2.000webhostapp.com/readReports.php')
.then((response) => {
reports.value = response;
reports.value.data = reports.value.data.reverse();
})
}
</script>
Expand Down

0 comments on commit de1c450

Please sign in to comment.