ps-toolkit-ui 1.20.21 → 1.20.23

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.
@@ -237,7 +237,7 @@
237
237
  PerPage: 'تعداد نمایش در هر صفحه',
238
238
  Save: 'ذخیره',
239
239
  Cancel: 'انصراف',
240
- UserDeActive: 'نام کاربری غیر فعال شده است',
240
+ UserDeActive: 'حساب کاربری غیر فعال شده است',
241
241
  DeleteConfirm: 'آیا از حذف این مورد مطمئن هستید ؟',
242
242
  DeleteConfirmMulti: 'آیا از حذف موارد انتخاب شده ({} مورد) مطمئن هستید ؟',
243
243
  ChooseFiles: 'انتخاب فایل ها',
@@ -9372,6 +9372,7 @@
9372
9372
  }
9373
9373
  else if (res.status === exports.ResultStatusEnum.NotPermission) {
9374
9374
  m = 'FormBaseErrorPermission';
9375
+ _this.permission = false;
9375
9376
  }
9376
9377
  else {
9377
9378
  if (typeof res.message === 'string') {