Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
818
Issues
818
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
84f7992c
Commit
84f7992c
authored
26 minutes ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix): Creator should use the new campaign type props
parent
a841e344
goal/boost-campaigns-e24
1 merge request
!387
WIP: Boost Campaigns (&24)
Pipeline
#68889197
failed with stages
in 7 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
creator.component.ts
src/app/modules/boost/campaigns/creator/creator.component.ts
+2
-0
No files found.
src/app/modules/boost/campaigns/creator/creator.component.ts
View file @
84f7992c
...
...
@@ -100,8 +100,10 @@ export class BoostCampaignsCreatorComponent implements OnInit, OnDestroy {
this
.
campaign
=
{
name
:
''
,
type
:
'
newsfeed
'
,
budget_type
:
'
tokens
'
,
budget
:
5
,
entity_urns
:
[],
nsfw
:
[],
hashtags
:
[],
start
:
Date
.
now
(),
end
:
Date
.
now
()
+
(
5
*
24
*
60
*
60
*
1000
),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment