Commit 84f7992c authored by Emiliano Balbuena's avatar Emiliano Balbuena

(fix): Creator should use the new campaign type props

1 merge request!387WIP: Boost Campaigns (&24)
Pipeline #68889197 failed with stages
in 7 minutes and 41 seconds
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment