Fix javascript error on trials page
What does this MR do and why?
Fix javascript error on trials page
- handles the trial company form errors
Screenshots or screen recordings
Before | After |
---|---|
see #415954 (comment 1449979688) | loads the form as expected |
How to set up and validate locally
this error can be seen locally by adding stub_config(extra: { 'google_tag_manager_nonce_id' => 'key' })
in ee/spec/features/trials/saas/creation_with_no_existing_namespace_flow_spec.rb
and running the spec locally on master branch
- Setup to simulate SaaS and restart GDK
- Visit a trials page
/-/trials/new
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #415954 (closed)
Edited by Doug Stull