2
0

fix(editor): 💄 Variable button tiny dropdown

This commit is contained in:
Baptiste Arnaud
2022-05-16 10:06:12 -07:00
parent 55224c9095
commit 0f38141eb1
4 changed files with 4 additions and 5 deletions

View File

@ -105,7 +105,6 @@ export const WorkspaceContext = ({ children }: { children: ReactNode }) => {
mutate({
workspaces: [...workspaces, newWorkspace],
})
console.log(newWorkspace)
setCurrentWorkspace(newWorkspace)
}