Skip to content

Commit

Permalink
fixed linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TemuulenBM committed Nov 8, 2023
1 parent 3a99ee6 commit 26d9457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/full-calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class FullCalendarComponent extends Component {
events,
plugins: [dayGridPlugin, interactionPlugin],
initialView: 'dayGridMonth',
editable:true,
editable: true,
headerToolbar: {
left: 'prev,next today',
center: 'title',
Expand Down

0 comments on commit 26d9457

Please sign in to comment.