fix: drawer title
This commit is contained in:
parent
2aa04323ff
commit
ed296cfc5f
@ -154,7 +154,7 @@ export function Kanban(props: any) {
|
|||||||
// paddingTop: 16,
|
// paddingTop: 16,
|
||||||
// marginBottom: -4,
|
// marginBottom: -4,
|
||||||
} : {},
|
} : {},
|
||||||
title: details.length > 1 ? undefined : data[labelField],
|
title: data[labelField],
|
||||||
content: ({resolve, closeWithConfirm}) => (
|
content: ({resolve, closeWithConfirm}) => (
|
||||||
<div>
|
<div>
|
||||||
<Details
|
<Details
|
||||||
|
Loading…
Reference in New Issue
Block a user