Skip to content

Commit cade209

Browse files
committed
Dont inherit executionTime
1 parent 5095a7e commit cade209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/context/provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export function PlaygroundProvider({ children }: React.PropsWithChildren) {
4040
multisite: defaultState.multisite,
4141
phpVersion: defaultState.phpVersion,
4242
wordPressVersion: defaultState.wordPressVersion,
43+
executionTime: defaultState.executionTime,
4344
// Override with the share settings if they exist.
4445
...(share
4546
? {

0 commit comments

Comments
 (0)