Skip to content

Commit 8afe2f7

Browse files
licxiskyjxlwqq
authored andcommitted
修复jsoneditor不支持关联关系的展示的BUG
例如:$form->json('article.content');
1 parent 95b746b commit 8afe2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/editor.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@include('admin::form.error')
99

10-
<div id="{{$name}}" style="width: 100%; height: 100%;"></div>
10+
<div id="{{$id}}" style="width: 100%; height: 100%;"></div>
1111

1212
<input type="hidden" name="{{$name}}" value="{{ old($column, $value) }}" />
1313
@include('admin::form.help-block')

0 commit comments

Comments
 (0)