Skip to content

Commit

Permalink
add suspense false
Browse files Browse the repository at this point in the history
  • Loading branch information
KatieMSB committed Apr 24, 2024
1 parent 827012f commit 67a1e6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/app/schedules/ScheduleShiftList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ interface ScheduleShiftListProps {
scheduleID: string
}

const context = { suspense: false }

function ScheduleShiftList({
scheduleID,
}: ScheduleShiftListProps): JSX.Element {
Expand Down Expand Up @@ -126,6 +128,7 @@ function ScheduleShiftList({

const [{ data }] = useQuery({
query,
context,
variables: {
id: scheduleID,
start,
Expand Down

0 comments on commit 67a1e6a

Please sign in to comment.