Commit b95f3381 authored by Kim, Subin's avatar Kim, Subin
Browse files

Monthly event order 삭제

parent d65993bf
...@@ -126,7 +126,6 @@ const Monthly = () => { ...@@ -126,7 +126,6 @@ const Monthly = () => {
timeZone="local" timeZone="local"
themeSystem='bootstrap' themeSystem='bootstrap'
eventLimit={3} eventLimit={3}
eventOrder= 'displayOrder'
moreLinkContent={arg => arg.shortText} moreLinkContent={arg => arg.shortText}
moreLinkClick={info => history.push(`/schedule/${moment(info.date).format('YYYY-MM-DD')}`)} moreLinkClick={info => history.push(`/schedule/${moment(info.date).format('YYYY-MM-DD')}`)}
height='80vh' height='80vh'
......
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