فهرست منبع

add pagePath type

kaori 4 سال پیش
والد
کامیت
427e8af52e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/InAppNotification/NotificationContent.tsx

+ 1 - 1
packages/app/src/components/InAppNotification/NotificationContent.tsx

@@ -13,7 +13,7 @@ interface Props {
 }
 
 // const notificationClickHandler = async(notification: IInAppNotification) => {
-const notificationClickHandler = async(pagePath) => {
+const notificationClickHandler = async(pagePath: string) => {
 
   try {
     // TODO: change notification status read by #80904