Fix manga details not updating after refresh with partial data
Regression 0ed2e7c193
This commit is contained in:
@@ -2231,7 +2231,7 @@ export class RequestManager {
|
||||
{
|
||||
id: Number(mangaId),
|
||||
},
|
||||
{ refetchQueries: [GET_CHAPTERS_MANGA], ...options },
|
||||
{ refetchQueries: [GET_CHAPTERS_MANGA], errorPolicy: 'all', ...options },
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user