Skip to content

Commit def6836

Browse files
Batey96abhinavk96
authored andcommitted
changed variable "name" to "event_name" (#3545)
1 parent 9b2b0d2 commit def6836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default Controller.extend({
77
start_date : null,
88
end_date : null,
99
location : null,
10-
name : null,
10+
event_name : null,
1111
filterDate : null,
1212

1313
callForSpeakersEvents: computed('filteredEvents.[]', function() {

0 commit comments

Comments
 (0)