mirror of
https://github.com/plankanban/planka.git
synced 2025-12-29 09:15:04 +03:00
Project managers, board members, auto-update after reconnection, refactoring
This commit is contained in:
@@ -4,7 +4,11 @@ import { connect } from 'react-redux';
|
||||
import { clearUserCreateError, createUser } from '../actions/entry';
|
||||
import UserAddPopup from '../components/UserAddPopup';
|
||||
|
||||
const mapStateToProps = ({ userCreateForm: { data: defaultData, isSubmitting, error } }) => ({
|
||||
const mapStateToProps = ({
|
||||
ui: {
|
||||
userCreateForm: { data: defaultData, isSubmitting, error },
|
||||
},
|
||||
}) => ({
|
||||
defaultData,
|
||||
isSubmitting,
|
||||
error,
|
||||
|
||||
Reference in New Issue
Block a user