= 2 năm trước cách đây
mục cha
commit
d217ee1ca0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/EditorsPage.js

+ 1 - 1
src/components/EditorsPage.js

@@ -34,7 +34,7 @@ const datas = [
   },
 ];
 
-export const EditorsPage = (onSave) => {
+export const EditorsPage = ({ onSave }) => {
   const [editors, setEditors] = useState(datas);
   const [title, setTitle] = useState("");
   const [description, setDescription] = useState("");