We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5095a7e commit cade209Copy full SHA for cade209
resources/js/context/provider.tsx
@@ -40,6 +40,7 @@ export function PlaygroundProvider({ children }: React.PropsWithChildren) {
40
multisite: defaultState.multisite,
41
phpVersion: defaultState.phpVersion,
42
wordPressVersion: defaultState.wordPressVersion,
43
+ executionTime: defaultState.executionTime,
44
// Override with the share settings if they exist.
45
...(share
46
? {
0 commit comments