Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-08 06:13:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-08 06:13:36 +0300
commitbdf7b581f80cf7119528eab0ac31e2c549563872 (patch)
tree23b20f65beb31a5ec35a273f9229e214eb8aa0bf /app/assets/javascripts/namespaces
parent9c1accf52813b2b4b98ce85c9ec4a16fdbb86ee1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/namespaces')
-rw-r--r--app/assets/javascripts/namespaces/leave_by_url.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/namespaces/leave_by_url.js b/app/assets/javascripts/namespaces/leave_by_url.js
index 09757ce17fa..b7dd509f7f2 100644
--- a/app/assets/javascripts/namespaces/leave_by_url.js
+++ b/app/assets/javascripts/namespaces/leave_by_url.js
@@ -1,4 +1,4 @@
-import { createAlert } from '~/flash';
+import { createAlert } from '~/alert';
import { initRails } from '~/lib/utils/rails_ujs';
import { getParameterByName } from '~/lib/utils/url_utility';
import { __, sprintf } from '~/locale';