fixed layout footer

This commit is contained in:
Edward Yang 2022-08-10 16:30:27 +08:00
parent af70118116
commit 7cc8056af9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class DesignFooterController extends Controller
public function preview(Request $request): View
{
$content = json_decode($request->getContent(), true);
$viewPath = "design.footer";
$viewPath = "layout.footer";
$viewData = [
'content' => DesignService::handleModuleContent('footer', $content),