lanjianrong 4 tahun lalu
induk
melakukan
a51e36e88e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/pages/Hr/Notification/index.jsx

+ 1 - 1
src/pages/Hr/Notification/index.jsx

@@ -19,7 +19,7 @@ const Notification = () => {
   }
   const [state, setState] = useState({
     loading: false,
-    message: [],
+    list: [],
     hasMore: false,
     current: 1,
     pageSize: 15,