fix(docs): added highlight for clearer docs

Signed-off-by: Valentin Grégoire <32612304+valentingregoire@users.noreply.github.com>
This commit is contained in:
Valentin Grégoire
2025-06-08 22:22:51 +02:00
committed by GitHub
parent a1e2567ae8
commit c0aa0a9a37
+1
View File
@@ -25,6 +25,7 @@ const routes = (
<Route
path="/catalog-import"
element={
{/* highlight-next-line */}
<RequirePermission permission={catalogEntityCreatePermission}>
<CatalogImportPage />
</RequirePermission>