Web: DocEditor: DeepLink: Fixed types.

This commit is contained in:
Tatiana Lopaeva 2024-04-27 18:53:56 +03:00
parent 9e557d1727
commit 30c77dd7ad

View File

@ -35,7 +35,7 @@ export interface DeepLinkProps {
fileInfo?: TFile;
userEmail?: string;
currentDeviceType: DeviceType;
currentDeviceType?: DeviceType;
deepLinkConfig?: TDeepLinkConfig;
setIsShowDeepLink: (value: boolean) => void;