Skip to content

Commit 99c9b4c

Browse files
committed
fix: fix document preview properties panel example
1 parent c4dbf52 commit 99c9b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/form-js-editor/src/features/properties-panel/entries/DocumentsDataSource.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function DocumentsDataSource(props) {
4141
const schema = `[
4242
{
4343
"documentId": "u123",
44+
"endpoint": "https://api.example.com/documents/u123",
4445
"metadata": {
4546
"fileName": "Document.pdf",
4647
"contentType": "application/pdf"

0 commit comments

Comments
 (0)