♻️ Add shared eslint config
This commit is contained in:
@ -30,7 +30,6 @@ const workspaceContext = createContext<{
|
||||
) => Promise<void>
|
||||
deleteCurrentWorkspace: () => Promise<void>
|
||||
refreshWorkspace: (expectedUpdates: Partial<Workspace>) => void
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
//@ts-ignore
|
||||
}>({})
|
||||
|
||||
|
@ -88,7 +88,7 @@ const DeleteWorkspaceButton = ({
|
||||
message={
|
||||
<Text>
|
||||
Are you sure you want to delete {workspaceName} workspace? All its
|
||||
folders, typebots and results will be deleted forever.'
|
||||
folders, typebots and results will be deleted forever.
|
||||
</Text>
|
||||
}
|
||||
confirmButtonLabel="Delete"
|
||||
|
Reference in New Issue
Block a user