1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add Member setting, Team setting, FolderSetting(80%)

bump react-select
This commit is contained in:
Rokt33r
2015-10-24 20:52:10 +09:00
parent 3539bd1e79
commit 911cfd8642
15 changed files with 985 additions and 188 deletions

View File

@@ -38,5 +38,5 @@ export function openModal (component, props) {
export function closeModal () {
if (modalBase == null) { return }
modalBase.setState({isHidden: true})
modalBase.setState({component: null, componentProps: null, isHidden: true})
}