@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.
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +1 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Layout/Provider.tsx +1 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -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();
|