Fixing lint error
This commit is contained in:
parent
2b9b5cb07f
commit
b50e96d1d2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export default function KanbanColumnHeader(props: Props): JSX.Element {
|
||||||
placeholderText='New Select'
|
placeholderText='New Select'
|
||||||
onChange={setGroupTitle}
|
onChange={setGroupTitle}
|
||||||
onSave={() => {
|
onSave={() => {
|
||||||
if(groupTitle.trim() === '') {
|
if (groupTitle.trim() === '') {
|
||||||
setGroupTitle(group.option.value)
|
setGroupTitle(group.option.value)
|
||||||
}
|
}
|
||||||
props.propertyNameChanged(group.option, groupTitle)
|
props.propertyNameChanged(group.option, groupTitle)
|
||||||
|
|
Loading…
Reference in a new issue