Skip to content

Commit

Permalink
fix(cr-crea-argomento): updates 20240208
Browse files Browse the repository at this point in the history
  • Loading branch information
a-buono committed Feb 8, 2024
1 parent 500e826 commit 7be46fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe-piattaforma/src/redux/features/forum/forumThunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ const CreateItemAction = {
};

export const CreateItem =
(payload: any, entity: 'board' | 'forum' | 'document') =>
(payload: any, entity: 'board' | 'community' | 'document') =>
async (dispatch: Dispatch) => {
try {
dispatch(showLoader());
Expand Down

0 comments on commit 7be46fc

Please sign in to comment.