Mutation on delete not updating `isPending`
We got this query hook:
stageTemplateApi().removeProjectStageTemplate(request);
response body is empty, and the success status is 200.
when we call this hook in the component like this:
and then run the mutation, the isDeleteProjectStagePending
never turns back to false
, and status
remain in pending
....
what is it?0 Replies