Skip to content

Commit

Permalink
feat: export resetLoaders action (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElForastero authored Aug 27, 2023
1 parent 10451a4 commit fe762d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const {
error: setLoaderError,
success: setLoaderSuccess,
resetById: resetLoaderById,
resetAll: resetLoaders,
} = loaders.actions;
export const {
selectTable: selectLoaders,
Expand Down

0 comments on commit fe762d6

Please sign in to comment.