Skip to content

Commit

Permalink
don't alert the user to failed preference POST-ings
Browse files Browse the repository at this point in the history
  • Loading branch information
brontolosone committed Sep 4, 2024
1 parent 7174485 commit a968018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/request-data/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default ({ i18n }, createResource) => {
url: apiPaths.userPreferences(),
headers,
data: self.data,
alert: false,
patch: noop,
});
}
Expand Down

0 comments on commit a968018

Please sign in to comment.