Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(fix) add import to api in comment model
· cb7d5389
Juan Manuel Solaro
authored
Sep 21, 2019
cb7d5389
Merge branch 'fix/add-import-to-api-in-comment-model' into 'release/3.10.0'
· df3e37fd
Brian Hatchet
authored
Sep 24, 2019
(fix) add import to api in comment model See merge request
!360
df3e37fd
Hide whitespace changes
Inline
Side-by-side
src/comments/CommentModel.js
View file @
df3e37fd
...
...
@@ -6,6 +6,8 @@ import {
MINDS_CDN_URI
}
from
'
../config/Config
'
;
import
api
from
'
../common/services/api.service
'
;
/**
* Comment model
*/
...
...