Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
planner-team-one
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Евгений Положенцев
planner-team-one
Commits
ecf3aeb3
Commit
ecf3aeb3
authored
Dec 23, 2022
by
Евгений Положенцев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#119
fix bug on tblcell inside another tblcell
parent
ba6b1f25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Select.js
planner-front/src/components/UI/Select/Select.js
+3
-1
TableRowTask.js
...ponents/UsersTasksCompoments/TableRowTask/TableRowTask.js
+2
-2
No files found.
planner-front/src/components/UI/Select/Select.js
View file @
ecf3aeb3
...
...
@@ -19,6 +19,7 @@ export default function BasicSelect({value,label,name,onChange,task,items}) {
labelId
=
"demo-simple-select-label"
id
=
"demo-simple-select"
value
=
{
value
}
defaultValue
=
''
label
=
{
label
}
name
=
{
name
}
onChange
=
{(
e
)
=>
onChange
(
e
,
task
)}
...
...
@@ -27,7 +28,8 @@ export default function BasicSelect({value,label,name,onChange,task,items}) {
<
MenuItem
key
=
{
index
}
value
=
{
item
.
value
}
>
{
item
.
title
}
<
/MenuItem
>
)):
null
}
)
):
""
}
<
/Select
>
<
/FormControl
>
<
/Box
>
...
...
planner-front/src/components/UsersTasksCompoments/TableRowTask/TableRowTask.js
View file @
ecf3aeb3
...
...
@@ -192,7 +192,7 @@ const TableRowTask= ({
onChange={onDateChange}
user={user}
/> */
}
<
TableCell
>
{
/* <TableCell> */
}
<
Tooltip
title
=
"Перейти в календарь"
>
<
IconButton
onClick
=
{(
id
)
=>
{
deleteHandle
(
task
.
id
);}}
...
...
@@ -200,7 +200,7 @@ const TableRowTask= ({
<
CalendarMonthIcon
/>
<
/IconButton
>
<
/Tooltip
>
<
/TableCell
>
{
/* </TableCell> */
}
<
/TableCell
>
)
:
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment