mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
style: if-else block
This commit is contained in:
parent
a4d1c614ac
commit
0ef3247076
1 changed files with 1 additions and 2 deletions
|
|
@ -146,8 +146,7 @@ class SelectOptionCellEditorBloc
|
|||
|
||||
return name.contains(lFilter);
|
||||
});
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
createOption = none();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue