Commit 7feb0ebe authored by Sri's avatar Sri Committed by Paul Slaughter

Capture user feedback in `Feedback` not `Meta` for Google Cloud app

- https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83324

Changelog: changed
parent 36086a83
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
}, },
methods: { methods: {
feedbackUrl(template) { feedbackUrl(template) {
return `https://gitlab.com/gitlab-org/incubation-engineering/five-minute-production/meta/-/issues/new?issuable_template=${template}`; return `https://gitlab.com/gitlab-org/incubation-engineering/five-minute-production/feedback/-/issues/new?issuable_template=${template}`;
}, },
}, },
}; };
......
...@@ -8,7 +8,7 @@ import GcpError from '~/google_cloud/components/errors/gcp_error.vue'; ...@@ -8,7 +8,7 @@ import GcpError from '~/google_cloud/components/errors/gcp_error.vue';
import NoGcpProjects from '~/google_cloud/components/errors/no_gcp_projects.vue'; import NoGcpProjects from '~/google_cloud/components/errors/no_gcp_projects.vue';
const BASE_FEEDBACK_URL = const BASE_FEEDBACK_URL =
'https://gitlab.com/gitlab-org/incubation-engineering/five-minute-production/meta/-/issues/new'; 'https://gitlab.com/gitlab-org/incubation-engineering/five-minute-production/feedback/-/issues/new';
const SCREEN_COMPONENTS = { const SCREEN_COMPONENTS = {
Home, Home,
ServiceAccountsForm, ServiceAccountsForm,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment