mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
style: if-else block
This commit is contained in:
parent
a4d1c614ac
commit
0ef3247076
@ -146,8 +146,7 @@ class SelectOptionCellEditorBloc
|
|||||||
|
|
||||||
return name.contains(lFilter);
|
return name.contains(lFilter);
|
||||||
});
|
});
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
createOption = none();
|
createOption = none();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user