fix: drawer title

This commit is contained in:
chenos 2021-03-25 20:38:11 +08:00
parent 2aa04323ff
commit ed296cfc5f

View File

@ -154,7 +154,7 @@ export function Kanban(props: any) {
// paddingTop: 16,
// marginBottom: -4,
} : {},
title: details.length > 1 ? undefined : data[labelField],
title: data[labelField],
content: ({resolve, closeWithConfirm}) => (
<div>
<Details