Fix favorite mutation

This commit is contained in:
jeffvli 2023-05-13 22:54:24 -07:00
parent 8d5c82b0c6
commit cef92243f5
5 changed files with 123 additions and 59 deletions

View file

@ -19,6 +19,7 @@ export const FavoriteCell = ({ value, data, node }: ICellRendererParams) => {
id: [data.id],
type: data.itemType,
},
serverId: data.serverId,
},
{
onSuccess: () => {
@ -33,6 +34,7 @@ export const FavoriteCell = ({ value, data, node }: ICellRendererParams) => {
id: [data.id],
type: data.itemType,
},
serverId: data.serverId,
},
{
onSuccess: () => {