feat(catalog) : M6 — i18n produits + libellé audit catalog_product (ERP-207) #159

Open
tristan wants to merge 2 commits from feat/erp-207-i18n-audit-label into feat/erp-206-product-edit-placeholder-tabs
2 changed files with 1 additions and 1 deletions
Showing only changes of commit a6b8e7145e - Show all commits
@@ -50,7 +50,7 @@ globalThis.URL.createObjectURL = vi.fn(() => 'blob:fake')
globalThis.URL.revokeObjectURL = vi.fn()
// Import APRES les stubs (la page resout les auto-imports au top-level du module).
const ProductsIndex = (await import('../admin/products.vue')).default
const ProductsIndex = (await import('../admin/products/index.vue')).default
// ── Stubs de composants ──────────────────────────────────────────────────────
const ButtonStub = defineComponent({