diff --git a/app/views/console/database/document.phtml b/app/views/console/database/document.phtml index da0413e772..3da18656fe 100644 --- a/app/views/console/database/document.phtml +++ b/app/views/console/database/document.phtml @@ -213,6 +213,7 @@ $logs = $this->getParam('logs', null); :class="(doc[attr.key].length - 1) === index ? 'margin-bottom' : ''" type="checkbox" :name="attr.key" + :value="attr.key" :checked="doc[attr.key][index]" />