diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-16 15:34:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 15:34:38 -0400 |
commit | 6c76dca48244ed01dca2d2f81a4dce5f95c5a08a (patch) | |
tree | 750422383fa88ae309182db77dc53056f0a77bb2 /src/utils/users.ts | |
parent | 17ac3b21f6db0107d3c5eeb8885884fa8cfa5a72 (diff) | |
parent | 6c7a8531bd133e4e58ac2d3463800d7f7cac4e31 (diff) |
Merge pull request #508 from brian-tagg/tma987-crop-loading-indicator
[TMA-987] Crop Loading Indicator
Diffstat (limited to 'src/utils/users.ts')
-rw-r--r-- | src/utils/users.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/users.ts b/src/utils/users.ts index c1c3b8bc..992d7721 100644 --- a/src/utils/users.ts +++ b/src/utils/users.ts @@ -280,6 +280,7 @@ export const patchProfile = async ( screenTitle = ''; requestTitle = ''; fileName = ''; + imageSettings = {}; } return await ImagePicker.openPicker(imageSettings) |