mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
upgrade MoveNote Navigator
This commit is contained in:
@@ -47,6 +47,7 @@ export const Container = ({
|
||||
noSelectionHeader = false,
|
||||
headerColor = null,
|
||||
type = null,
|
||||
route
|
||||
}) => {
|
||||
// State
|
||||
const [state, dispatch] = useTracked();
|
||||
@@ -210,6 +211,7 @@ export const Container = ({
|
||||
countUp = 0;
|
||||
countDown = 0;
|
||||
}}
|
||||
route={route}
|
||||
headerColor={headerColor}
|
||||
navigation={navigation}
|
||||
colors={colors}
|
||||
|
||||
Reference in New Issue
Block a user