1
0
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:
Jesús Espino 2021-04-09 20:03:38 +02:00
parent 57232a770b
commit 21a5478b32

View File

@ -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) {