Altinn / altinn-access-management-frontend

Frontend for access management
MIT License
3 stars 1 forks source link

Move delegation dispatch function in SingleRightsSlice to rtkQuery Api #957

Open allinox opened 3 days ago

allinox commented 3 days ago

As the title says, we want to move away from using dispatch-functions in slices to perform queries and mutations. Instead, move delegation call to a mutation in SingleRightsApi and use this in the flow instead.

Look at what has been done in ApiDelgation if needed