This commit is contained in:
parent
31a8b68b16
commit
340d984045
|
@ -95,6 +95,7 @@ type InitialState = {
|
|||
|
||||
export const loadAuthors = async (args: QueryLoad_Authors_ByArgs): Promise<void> => {
|
||||
const authors = await apiClient.loadAuthorsBy(args)
|
||||
console.debug(`[load_authors_by] loaded ${Object.keys(authors).length} authors with stat`)
|
||||
addAuthors(authors)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user