We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fee63 commit 41768bdCopy full SHA for 41768bd
1 file changed
WordPress/src/main/java/org/wordpress/android/ui/posts/GutenbergKitWarmupHelper.kt
@@ -123,7 +123,8 @@ class GutenbergKitWarmupHelper @Inject constructor(
123
remotePostId = null,
124
isPage = false,
125
title = "",
126
- content = ""
+ content = "",
127
+ status = "draft"
128
)
129
130
val appConfig = GutenbergKitSettingsBuilder.AppConfig(
0 commit comments