1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-25 16:19:47 +02:00

Add phone and organization fields to user

This commit is contained in:
Maksim Eltyshev 2020-04-09 18:27:28 +05:00
parent c6ecf126d0
commit 9b4e3931a9
11 changed files with 102 additions and 13 deletions

View file

@ -21,6 +21,8 @@ const mapStateToProps = (state) => {
name,
username,
avatar,
phone,
organization,
isAvatarUploading,
emailUpdateForm,
passwordUpdateForm,
@ -32,6 +34,8 @@ const mapStateToProps = (state) => {
name,
username,
avatar,
phone,
organization,
isAvatarUploading,
emailUpdateForm,
passwordUpdateForm,