Skip to content

Commit fed2d75

Browse files
authored
update index.js Agenda
Add disabledByDefault props
1 parent 85b8af2 commit fed2d75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agenda/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ export default class AgendaView extends Component {
394394
pastScrollRange={this.props.pastScrollRange}
395395
futureScrollRange={this.props.futureScrollRange}
396396
dayComponent={this.props.dayComponent}
397+
disabledByDefault={this.props.disabledByDefault}
397398
/>
398399
</Animated.View>
399400
{knob}

0 commit comments

Comments
 (0)