fix(editor): 💄 Variable button tiny dropdown
This commit is contained in:
@ -105,7 +105,6 @@ export const WorkspaceContext = ({ children }: { children: ReactNode }) => {
|
||||
mutate({
|
||||
workspaces: [...workspaces, newWorkspace],
|
||||
})
|
||||
console.log(newWorkspace)
|
||||
setCurrentWorkspace(newWorkspace)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user