Futa Arai пре 3 месеци
родитељ
комит
e1a8b35c6f

+ 1 - 1
apps/app/src/client/components/PageAccessoriesModal/ShareLink/ShareLinkForm.tsx

@@ -108,7 +108,7 @@ export const ShareLinkForm: FC<Props> = (props: Props) => {
   }, [onCloseForm]);
 
   const handleIssueShareLink = useCallback(async () => {
-    let expiredAt: Date | null;
+    let expiredAt: Date | null | undefined;
 
     try {
       expiredAt = generateExpired();