Migrate `app/views/projects/_visibility_modal.html.haml` modal implementation to `GlModal`
The markup in `app/views/projects/_visibility_modal.html.haml` replicates that of `GlModal`. It should be replaced with the implementation using `GlModal`. The modal is triggered by bootsrap's `modal` in `app/assets/javascripts/confirm_danger_modal.js`.
Check [the parent epic](https://gitlab.com/groups/gitlab-org/-/epics/4386) for migration tips
[Example - Update project visibility](http://127.0.0.1:3000/gitlab-org/gitlab-shell/edit)
|
issue