filament-fullcalendar
filament-fullcalendar copied to clipboard
Inconsistence between the code and the README.md
in here you mentioned that to open url in new tab by providing 'shouldOpenUrlInNewTab' => true
but in this code https://github.com/saade/filament-fullcalendar/blob/90a3adab4ecd1ebd5f04903d4a1993aef9119716/resources/js/filament-fullcalendar.js#L51-L55 the 'shouldOpenUrlInNewTab' is inside extendedProps.
right now im using 'shouldOpenUrlInNewTab' inside extendedProps so that event can opened in new tab.