Skip to content

Commit

Permalink
fix: iframe issue
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Dec 15, 2023
1 parent b482732 commit 0ad1f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function OccupancyOverviewCalendar({ occupancyAtUrl, defaultView }: OccupancyOve

return (
<CalendarDate dateString={dateString} key={dateString}>
<a className="date-action" href={disabled ? undefined : href} aria-disabled={disabled}>
<a className="date-action" target="_top" href={disabled ? undefined : href} aria-disabled={disabled}>
<OccupiedCalendarDate
dateString={dateString}
label={labelCallback(date)}
Expand Down

0 comments on commit 0ad1f3e

Please sign in to comment.