@fctc/widget-logic 4.6.5 → 4.6.7

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/hooks.js CHANGED
@@ -159,9 +159,6 @@ var useCallAction = () => {
159
159
  ...env?.context,
160
160
  ...context
161
161
  };
162
- if (!menuContext?.uid) {
163
- return void 0;
164
- }
165
162
  const loadRes = await queryLoadAction.mutateAsync({
166
163
  idAction: aid,
167
164
  context: menuContext,
package/dist/hooks.mjs CHANGED
@@ -139,9 +139,6 @@ var useCallAction = () => {
139
139
  ...env?.context,
140
140
  ...context
141
141
  };
142
- if (!menuContext?.uid) {
143
- return void 0;
144
- }
145
142
  const loadRes = await queryLoadAction.mutateAsync({
146
143
  idAction: aid,
147
144
  context: menuContext,
package/dist/index.js CHANGED
@@ -4209,9 +4209,6 @@ var useCallAction = () => {
4209
4209
  ...env?.context,
4210
4210
  ...context
4211
4211
  };
4212
- if (!menuContext?.uid) {
4213
- return void 0;
4214
- }
4215
4212
  const loadRes = await queryLoadAction.mutateAsync({
4216
4213
  idAction: aid,
4217
4214
  context: menuContext,
package/dist/index.mjs CHANGED
@@ -4298,9 +4298,6 @@ var useCallAction = () => {
4298
4298
  ...env?.context,
4299
4299
  ...context
4300
4300
  };
4301
- if (!menuContext?.uid) {
4302
- return void 0;
4303
- }
4304
4301
  const loadRes = await queryLoadAction.mutateAsync({
4305
4302
  idAction: aid,
4306
4303
  context: menuContext,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/widget-logic",
3
- "version": "4.6.5",
3
+ "version": "4.6.7",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",