tnx-shared 5.3.236 → 5.3.237

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.
@@ -34324,7 +34324,7 @@
34324
34324
  label: 'Xem các phiên bản khác', icon: 'fas fa-history', command: function () {
34325
34325
  _this.openFileVersions(item);
34326
34326
  },
34327
- visible: !this.checkIsReadOnly() || !this.showFileVersion
34327
+ visible: !this.checkIsReadOnly() && this.showFileVersion
34328
34328
  },
34329
34329
  {
34330
34330
  label: 'Xóa tệp tin', icon: 'far fa-trash-alt', command: function () {