aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-projects.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/repo-projects.js')
-rw-r--r--web_src/js/features/repo-projects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/features/repo-projects.js b/web_src/js/features/repo-projects.js
index b5a720c9d7..f6d6c89816 100644
--- a/web_src/js/features/repo-projects.js
+++ b/web_src/js/features/repo-projects.js
@@ -84,7 +84,7 @@ async function initRepoProjectSortable() {
}
}
-export default function initRepoProject() {
+export function initRepoProject() {
if (!$('.repository.projects').length) {
return;
}