Skip to content

Commit 41768bd

Browse files
committed
fix: Add missing post status GutenbergKit configuration
1 parent 07fee63 commit 41768bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WordPress/src/main/java/org/wordpress/android/ui/posts/GutenbergKitWarmupHelper.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ class GutenbergKitWarmupHelper @Inject constructor(
123123
remotePostId = null,
124124
isPage = false,
125125
title = "",
126-
content = ""
126+
content = "",
127+
status = "draft"
127128
)
128129

129130
val appConfig = GutenbergKitSettingsBuilder.AppConfig(

0 commit comments

Comments
 (0)