Skip to content
Snippets Groups Projects

Update redirects and commit lookup code for controllers

All threads resolved!
31 files
+ 164
55
Compare changes
  • Side-by-side
  • Inline
Files
31
@@ -69,6 +69,7 @@ if (viewBlobEl) {
resourceId,
userId,
explainCodeAvailable,
refType,
} = viewBlobEl.dataset;
// eslint-disable-next-line no-new
@@ -89,6 +90,7 @@ if (viewBlobEl) {
props: {
path: blobPath,
projectPath,
refType,
},
});
},
Loading