Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
180
Issues
180
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Compare Revisions
7f70856c286fd6ccd13b5539d148f79f9f17888c...df3e37fdcc2f8ab8664a32b8945e15143dd0a5a4
Source
df3e37fdcc2f8ab8664a32b8945e15143dd0a5a4
Select Git revision
...
Target
7f70856c286fd6ccd13b5539d148f79f9f17888c
Select Git revision
Compare
Commits (2)
(fix) add import to api in comment model
· cb7d5389
Juan Manuel Solaro
authored
3 days ago
cb7d5389
Merge branch 'fix/add-import-to-api-in-comment-model' into 'release/3.10.0'
· df3e37fd
Brian Hatchet
authored
53 minutes ago
(fix) add import to api in comment model See merge request
!360
df3e37fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CommentModel.js
src/comments/CommentModel.js
+2
-0
No files found.
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
*/
...
...
This diff is collapsed.
Click to expand it.