adata-ui 2.0.98 → 2.0.99

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.
@@ -303,8 +303,8 @@ const sideLinks = <any>{
303
303
  label: 'header.products.compliance.items.sb.t',
304
304
  icon: CheckSb,
305
305
  link: buildLocalizedUrl(locale, urls.compliancemain, PAGES.compliance.sb)
306
- },
307
- ],
306
+ }
307
+ ]
308
308
  }
309
309
  const currentLinks = ref(sideLinks[tab.value])
310
310
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.98",
4
+ "version": "2.0.99",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",
@@ -79,7 +79,7 @@ export const PAGES = {
79
79
  inspection: '/inspection',
80
80
  hotline: '/hotline',
81
81
  sanctions: '/sanctions',
82
- suppliers: '/suppliers',
82
+ suppliers: '/dossier/suppliers',
83
83
  sb: 'sb'
84
84
  },
85
85
  edo: {