Compare commits
No commits in common. "923f7034dd37336075e92737b375d4d855889394" and "0034704af6da8cb6b0267c1e392c572226882589" have entirely different histories.
923f7034dd
...
0034704af6
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "journal.pl",
|
"name": "journal.pl",
|
||||||
"version": "3.4.1",
|
"version": "3.4.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "journal.pl",
|
"name": "journal.pl",
|
||||||
"version": "3.4.1",
|
"version": "3.4.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@brojs/cli": "^0.0.4-beta.0",
|
"@brojs/cli": "^0.0.4-beta.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "journal.pl",
|
"name": "journal.pl",
|
||||||
"version": "3.4.1",
|
"version": "3.4.0",
|
||||||
"description": "bro-js platform journal ui repo",
|
"description": "bro-js platform journal ui repo",
|
||||||
"main": "./src/index.tsx",
|
"main": "./src/index.tsx",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -91,7 +91,7 @@ export const Item: React.FC<ItemProps> = ({
|
|||||||
onCancel={() => {
|
onCancel={() => {
|
||||||
setEdit(false)
|
setEdit(false)
|
||||||
}}
|
}}
|
||||||
lesson={{ _id: id, id, name, date }}
|
lesson={{ id, name, date }}
|
||||||
title={'Редактирование лекции'}
|
title={'Редактирование лекции'}
|
||||||
nameButton={'Сохранить'}
|
nameButton={'Сохранить'}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user