Skip to content

Commit c51f5b3

Browse files
ntachevadimodi
andauthored
Update components/editor/ai-integration/integration-with-inline-prompt.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 6792f0c commit c51f5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/editor/ai-integration/integration-with-inline-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To enable the Inline Prompt in the Editor:
3939
4040
@code {
4141
42-
private string EditorValue { get; set; } = "Sample Editor content";
42+
private string EditorValue { get; set; } = "<p>Sample Editor content</p>";
4343
4444
}
4545
````

0 commit comments

Comments
 (0)