Add spinner while uploading state
This commit is contained in:
parent
0b1b6057d6
commit
2bec7ec981
2 changed files with 52 additions and 13 deletions
|
@ -46,6 +46,7 @@ module.exports = {
|
|||
room: this.props.roomId ? MatrixClientPeg.get().getRoom(this.props.roomId) : null,
|
||||
messageCap: INITIAL_SIZE,
|
||||
editingRoomSettings: false,
|
||||
uploadingRoomSettings: false,
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue