b2adminui 1.0.2 → 1.0.3

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": "b2adminui",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "private": false,
5
5
  "description": "B2AdminUI project.",
6
6
  "scripts": {
@@ -311,7 +311,7 @@
311
311
  </kendo-grid-column>
312
312
  <kendo-grid-column field="BankName" title="Bank Name" width="100">
313
313
  </kendo-grid-column>
314
- <kendo-grid-column field="BankAccountNumber" title="Bank Account Number" width="100">
314
+ <kendo-grid-column field="BankAccountNumber" title="Bank Account Number" width="101">
315
315
  </kendo-grid-column>
316
316
  <kendo-grid-column field="LinkStatus" title="Link Status" width="100">
317
317
  </kendo-grid-column>