Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Commit

Permalink
Merge pull request #186 from GoogleDeveloperExperts/default-date-to-t…
Browse files Browse the repository at this point in the history
…oday

Default to todays date
  • Loading branch information
LostInBrittany authored Feb 15, 2018
2 parents 0b4d1d1 + 03fa5eb commit 849ae5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/experts-activities/experts-activity-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ <h2>
value: function() {
return {
'title': '',
'date': new Date().toISOString().slice(0,10),
'description': '',
'product_groups': [],
'activity_details': []
Expand Down

0 comments on commit 849ae5d

Please sign in to comment.