Compare commits

..

No commits in common. "923f7034dd37336075e92737b375d4d855889394" and "0034704af6da8cb6b0267c1e392c572226882589" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "journal.pl",
"version": "3.4.1",
"version": "3.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "journal.pl",
"version": "3.4.1",
"version": "3.4.0",
"license": "MIT",
"dependencies": {
"@brojs/cli": "^0.0.4-beta.0",

View File

@ -1,6 +1,6 @@
{
"name": "journal.pl",
"version": "3.4.1",
"version": "3.4.0",
"description": "bro-js platform journal ui repo",
"main": "./src/index.tsx",
"scripts": {

View File

@ -91,7 +91,7 @@ export const Item: React.FC<ItemProps> = ({
onCancel={() => {
setEdit(false)
}}
lesson={{ _id: id, id, name, date }}
lesson={{ id, name, date }}
title={'Редактирование лекции'}
nameButton={'Сохранить'}
/>