Skip to content

Commit

Permalink
Upd: Show loader while reloading data agreement
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Nov 14, 2023
1 parent 5b38ef1 commit 61ce665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Components/CollapseUsage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class CollapseUsage extends Component {
}

componentDidMount() {
store.dataAgreements.isFetching = true;
store.fetchPurposes();
}

Expand Down
2 changes: 1 addition & 1 deletion src/localization/locales/en/translation.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"language": "Langauage",
"language": "Language",
"signin": "Login to Privacy Dashboard",
"username": "User ID",
"name": "Name (First, Last)",
Expand Down

0 comments on commit 61ce665

Please sign in to comment.