1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-26 00:04:00 +00:00

update status bar style

This commit is contained in:
Yutaka Ishii
2017-11-23 21:47:58 +09:00
parent 4bb28a358e
commit 402d577ce0
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class FolderSelect extends React.Component {
super(props)
this.state = {
status: 'SEARCH',
status: 'IDLE',
search: '',
optionIndex: -1
}