Skip to content

Commit d3ba2e4

Browse files
committed
Fix demo
1 parent 204cf99 commit d3ba2e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

demo/app/Sharp/Posts/PostForm.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ public function buildFormLayout(FormLayout $formLayout): void
205205
->withField('publication_label')
206206
->withListField('attachments', function (FormLayoutColumn $item) {
207207
$item->withFields(title: 8, is_link: 4)
208-
->withField('link_url');
208+
->withField('link_url')
209+
->withField('document');
209210
});
210211
})
211212
->addColumn(6, function (FormLayoutColumn $column) {

0 commit comments

Comments
 (0)