1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

Add preferences tab to user settings, add subscribe to own cards option

This commit is contained in:
Maksim Eltyshev 2020-04-10 00:11:34 +05:00
parent f3e0cadca6
commit 6a82448dc7
13 changed files with 96 additions and 2 deletions

View file

@ -23,6 +23,7 @@ const mapStateToProps = (state) => {
avatar,
phone,
organization,
subscribeToOwnCards,
isAvatarUploading,
emailUpdateForm,
passwordUpdateForm,
@ -36,6 +37,7 @@ const mapStateToProps = (state) => {
avatar,
phone,
organization,
subscribeToOwnCards,
isAvatarUploading,
emailUpdateForm,
passwordUpdateForm,