mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-28 21:01:28 +08:00
parent
91fc9eb7c1
commit
6b6283fac4
@ -55,11 +55,6 @@ export const FolderContent = ({ folder }: Props) => {
|
||||
},
|
||||
{
|
||||
enabled: !!workspace,
|
||||
onError: (error) => {
|
||||
showToast({
|
||||
description: error.message,
|
||||
});
|
||||
},
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
@ -31,7 +31,6 @@ const workspaceContext = createContext<{
|
||||
createWorkspace: (name?: string) => Promise<void>;
|
||||
updateWorkspace: (updates: { icon?: string; name?: string }) => void;
|
||||
deleteCurrentWorkspace: () => Promise<void>;
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
//@ts-ignore
|
||||
}>({});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user