From 37becc5aa6b6d9863e942a3aa094e5ef3eb27276 Mon Sep 17 00:00:00 2001 From: mbaharip <62494292+mbahArip@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:06:12 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Missing=20search=20button?= =?UTF-8?q?=20on=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/Preview/index.tsx | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/components/Layout/Preview/index.tsx b/src/components/Layout/Preview/index.tsx index 51cbfae..24c34cd 100644 --- a/src/components/Layout/Preview/index.tsx +++ b/src/components/Layout/Preview/index.tsx @@ -21,6 +21,7 @@ import { createDownloadToken } from "utils/tokenHelper"; import { IGDriveFiles } from "types/api/files"; import { Constant } from "types/constant"; +import Header from "../Header"; import PasswordLayout from "../Password"; const Loading = () => ( @@ -181,21 +182,7 @@ export default function PreviewLayout(props: PreviewLayoutProps) { return (