mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-07 19:30:18 +02:00
Fixing linter error
This commit is contained in:
parent
57232a770b
commit
21a5478b32
@ -86,7 +86,7 @@ const CardDetail = (props: Props): JSX.Element|null => {
|
||||
className='title'
|
||||
value={title}
|
||||
placeholderText='Untitled'
|
||||
onChange={(title: string) => setTitle(title)}
|
||||
onChange={(newTitle: string) => setTitle(newTitle)}
|
||||
saveOnEsc={true}
|
||||
onSave={() => {
|
||||
if (title !== props.cardTree.card.title) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user