@adminforth/bulk-ai-flow 1.23.8 → 1.23.9

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/build.log CHANGED
@@ -14,5 +14,5 @@ custom/package.json
14
14
  custom/pnpm-lock.yaml
15
15
  custom/tsconfig.json
16
16
 
17
- sent 111,574 bytes received 191 bytes 223,530.00 bytes/sec
18
- total size is 110,870 speedup is 0.99
17
+ sent 111,607 bytes received 191 bytes 223,596.00 bytes/sec
18
+ total size is 110,903 speedup is 0.99
@@ -385,6 +385,7 @@ async function getListOfIds() {
385
385
  async function runAiActions() {
386
386
  popupMode.value = 'generation';
387
387
  if (!await checkRateLimits()) {
388
+ confirmDialog.value.close();
388
389
  return;
389
390
  }
390
391
  isGenerationCancelled.value = false;
@@ -385,6 +385,7 @@ async function getListOfIds() {
385
385
  async function runAiActions() {
386
386
  popupMode.value = 'generation';
387
387
  if (!await checkRateLimits()) {
388
+ confirmDialog.value.close();
388
389
  return;
389
390
  }
390
391
  isGenerationCancelled.value = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/bulk-ai-flow",
3
- "version": "1.23.8",
3
+ "version": "1.23.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },