1
0
Fork 0

wip(org): Started working on v3 workbench

This commit is contained in:
joostdecock 2023-05-08 19:28:03 +02:00
parent bd3ce90e1a
commit 0dece4d70e
27 changed files with 1332 additions and 636 deletions

View file

@ -12,7 +12,6 @@ export const NavigationContext = React.createContext(defaultNavigationContext)
export const NavigationContextProvider = ({ children }) => {
function setNavigation(newValues) {
console.log('setting title to', newValues.title)
setValue({
...value,
...newValues,