Skip to content

Commit 6697c02

Browse files
committed
fix(live-edit): remove 'use server' directive
1 parent 2f7a06e commit 6697c02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react/src/rsc/live-edit-update-action.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use server';
2-
31
import type { ISbStoryData } from '@storyblok/js';
42

53
export async function liveEditUpdateAction({ story, pathToRevalidate }: { story: ISbStoryData; pathToRevalidate: string }) {

0 commit comments

Comments
 (0)