mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 09:14:59 +03:00
Prepare for collection board type, refactoring, update dependencies
This commit is contained in:
@@ -4,9 +4,10 @@ import { currentBoardSelector } from '../selectors';
|
||||
import BoardWrapper from '../components/BoardWrapper';
|
||||
|
||||
const mapStateToProps = (state) => {
|
||||
const { isFetching } = currentBoardSelector(state);
|
||||
const { type, isFetching } = currentBoardSelector(state);
|
||||
|
||||
return {
|
||||
type,
|
||||
isFetching,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user