diff --git a/packages/doceditor/src/components/deep-link/DeepLink.types.ts b/packages/doceditor/src/components/deep-link/DeepLink.types.ts index 5e46e10b16..cef6be758f 100644 --- a/packages/doceditor/src/components/deep-link/DeepLink.types.ts +++ b/packages/doceditor/src/components/deep-link/DeepLink.types.ts @@ -35,7 +35,7 @@ export interface DeepLinkProps { fileInfo?: TFile; userEmail?: string; - currentDeviceType: DeviceType; + currentDeviceType?: DeviceType; deepLinkConfig?: TDeepLinkConfig; setIsShowDeepLink: (value: boolean) => void;