Skip to content

Commit

Permalink
remove use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbenegas committed Oct 25, 2024
1 parent 239d7d3 commit 134a254
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/basehub/src/next/toolbar/server-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ type ServerToolbarProps = Parameters<typeof basehub>[0];
export const ServerToolbar = async ({
...basehubProps
}: ServerToolbarProps) => {
"use cache";
const { isForcedDraft } = getStuffFromEnv(basehubProps);

const enableDraftMode = async ({
Expand Down

0 comments on commit 134a254

Please sign in to comment.