change(ui): card title lenght
This commit is contained in:
parent
ecbc42a03f
commit
a2968e8cc5
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ function WidgetName(props: Props) {
|
|||
onChange={write}
|
||||
onBlur={() => onBlur()}
|
||||
onFocus={() => setEditing(true)}
|
||||
maxLength={80}
|
||||
/>
|
||||
) : (
|
||||
// @ts-ignore
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue