mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-18 11:32:56 +09:00
Fix log order
This commit is contained in:
parent
a2cde9731e
commit
2630b34eca
@ -68,7 +68,7 @@ export default Vue.extend({
|
||||
domain: this.domain === '' ? null : this.domain,
|
||||
limit: 50
|
||||
}).then(logs => {
|
||||
this.logs = logs;
|
||||
this.logs = logs.reverse();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user