Skip to content

Commit d3bc83d

Browse files
Update app/code/Magento/Ui/Controller/Adminhtml/Index/Render.php
Co-Authored-By: woutersamaey <wouter.samaey@storefront.be>
1 parent eef8a84 commit d3bc83d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/Controller/Adminhtml/Index

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Controller/Adminhtml/Index/Render.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function execute()
8686

8787
$contentType = $this->contentTypeResolver->resolve($component->getContext());
8888
$this->getResponse()->setHeader('Content-Type', $contentType, true);
89-
}else {
89+
} else {
9090
/** @var \Magento\Framework\Controller\Result\Json $resultJson */
9191
$resultJson = $this->resultJsonFactory->create();
9292
$resultJson->setStatusHeader(

0 commit comments

Comments
 (0)