@wizishop/img-manager 0.2.91 → 0.2.95

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.
@@ -1327,12 +1327,12 @@
1327
1327
  {
1328
1328
  name: 'ImgManager.Tabs.addImg',
1329
1329
  value: 'img-upload',
1330
+ selected: true,
1330
1331
  id: 0
1331
1332
  },
1332
1333
  {
1333
1334
  name: 'ImgManager.Tabs.imgLib',
1334
1335
  value: 'images-view',
1335
- selected: true,
1336
1336
  id: 1
1337
1337
  },
1338
1338
  {
@@ -1347,7 +1347,7 @@
1347
1347
  id: 3
1348
1348
  }
1349
1349
  ];
1350
- this.tabActive = this.tabs[1];
1350
+ this.tabActive = this.tabs[0];
1351
1351
  /* tabActive = 'images-view';
1352
1352
  tabs: string[] = ['img-upload', 'images-view', 'pexels-lib', 'img-edition']; */
1353
1353
  this.editTab = false;