Skip to content

Commit

Permalink
OM-342: fix typo in error
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed Oct 21, 2024
1 parent 134cc67 commit 342366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/groups/GroupSearcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function GroupSearcher({ searcherActions, enableActionButtons }) {

dispatch(fetchGroupsAction(modulesManager, actionParams));
} catch (error) {
throw new Error(`[GROUP_SEARCHER]: FeeconomicUnit: tching groups failed. ${error}`);
throw new Error(`[GROUP_SEARCHER]: Fetching groups failed.. ${error}`);
}
},
[economicUnit],
Expand Down

0 comments on commit 342366a

Please sign in to comment.