Optionally showing aliases in actors admin.
This commit is contained in:
@@ -27,7 +27,8 @@ export function curateActorsQuery(query) {
|
||||
weight: query.weight?.split(',').map((weight) => Number(weight)),
|
||||
requireAvatar: query.avatar,
|
||||
stashId: Number(query.stashId) || null,
|
||||
isGlobal: !!query.global,
|
||||
isGlobal: Object.hasOwn(query, 'global'),
|
||||
includeAliased: Object.hasOwn(query, 'alias'),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user