1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 12:36:06 +02:00

[Client] Make default origin local in user list of admin panel

This commit is contained in:
syuilo
2019-02-10 19:44:57 +09:00
parent 93c3f34813
commit dc04869650

View File

@@ -90,7 +90,7 @@ export default Vue.extend({
unsuspending: false,
sort: '+createdAt',
state: 'all',
origin: 'combined',
origin: 'local',
limit: 10,
offset: 0,
users: [],