@asaleh37/ui-base 25.9.24-2 → 25.9.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaleh37/ui-base",
3
- "version": "25.9.24-2",
3
+ "version": "25.9.26",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -158,8 +158,7 @@ export const ADMINISTRATION_STORES: CommonStores = {
158
158
  },
159
159
  persons: {
160
160
  autoLoad: true,
161
- data: [],
162
- authority: "SYSTEM_ADMIN",
161
+ data: [],
163
162
  url: "api/v1/public/person/all",
164
163
  },
165
164
  };