mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:01:26 +00:00
fix: drawer title
This commit is contained in:
parent
2aa04323ff
commit
ed296cfc5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user