Added progress spinner in ImageUplaod (#91)

This commit is contained in:
Ajay Bura 2021-09-13 12:27:55 +05:30
parent 95bb0ac6d4
commit 09f7225eb7
6 changed files with 115 additions and 54 deletions

View file

@ -30,7 +30,7 @@ function GeneralSection() {
return (
<div className="settings-content">
<SettingTile
title="Profile"
title=""
content={(
<ProfileEditor userId={initMatrix.matrixClient.getUserId()} />
)}