fix: approval warning showing incorrectly on admin panel
This commit is contained in:
parent
9606165b7c
commit
b0ead7d1ef
|
@ -73,6 +73,7 @@ os.api('admin/abuse-user-reports', {
|
|||
|
||||
os.api('admin/show-users', {
|
||||
state: 'approved',
|
||||
origin: 'local',
|
||||
limit: 1,
|
||||
}).then(approvals => {
|
||||
if (approvals.length > 0) pendingUserApprovals.value = true;
|
||||
|
|
Loading…
Reference in New Issue