diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-19 18:08:11 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-19 18:08:11 +0000 |
| commit | d84f18d66c1fc46f244b0f4dec8bf65b90d9882a (patch) | |
| tree | 2382ce0df6d7417e93afdf113a9fd15d7b46a653 /doc/development/new_fe_guide | |
| parent | f2151c65d5826f0609a716e185893787b6375ae3 (diff) | |
| download | gitlab-ce-d84f18d66c1fc46f244b0f4dec8bf65b90d9882a.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/new_fe_guide')
| -rw-r--r-- | doc/development/new_fe_guide/modules/dirty_submit.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/modules/dirty_submit.md b/doc/development/new_fe_guide/modules/dirty_submit.md index 30cf8017820..dd336ad3a90 100644 --- a/doc/development/new_fe_guide/modules/dirty_submit.md +++ b/doc/development/new_fe_guide/modules/dirty_submit.md @@ -13,7 +13,7 @@ within the GitLab project. ## Usage -```js +```javascript import dirtySubmitFactory from './dirty_submit/dirty_submit_form'; new DirtySubmitForm(document.querySelector('form')); |
