Skip to content

Commit eb3a55d

Browse files
committed
Remove error text on write form preview loading
1 parent 8665009 commit eb3a55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/WriteFormFeature/Preview/FormPreviewView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct FormPreviewView: View {
3232
// links will be opening in browser.
3333
}
3434
}
35-
} else {
35+
} else if !store.isPreviewLoading {
3636
Text("Oops, error with loading preview :(", bundle: .module)
3737
.font(.headline)
3838
.foregroundStyle(tintColor)

0 commit comments

Comments
 (0)