@applica-software-guru/react-admin 1.5.243 → 1.5.244

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25506,7 +25506,7 @@ function zre(e, t) {
25506
25506
  }
25507
25507
  case "updateNotifications": {
25508
25508
  const a = _.chain(n.notifications).clone().extend(o).value();
25509
- return _.extend(n, a);
25509
+ return _.extend(n, { notifications: a });
25510
25510
  }
25511
25511
  case "updateTheme": {
25512
25512
  const a = _.chain(n.theme).clone().extend(o).value();