We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67e366 commit f77aa00Copy full SHA for f77aa00
app/components/schedule.hbs
@@ -22,4 +22,5 @@
22
@eventResize={{@eventResize}}
23
@eventDrop={{@eventDrop}}
24
@eventRender={{@eventRender}}
25
+ @height={{@height}}
26
@viewRender={{action "renderCallback"}} />
app/templates/public/schedule.hbs
@@ -2,7 +2,8 @@
2
<Schedule
3
@event={{this.model.event}}
4
@sessions={{this.model.sessions}}
5
- @rooms={{this.model.microlocations}} />
+ @rooms={{this.model.microlocations}}
6
+ @height="auto"/>
7
{{else}}
8
<div class="ui disabled header">{{t 'Schedule for the event is currently unavailable'}}</div>
9
{{/if}}
0 commit comments