Fix spell correction prompt showing (#483)

This commit is contained in:
Gregory Schier
2026-06-29 08:54:01 -07:00
committed by GitHub
parent 1de0a5942c
commit 55d0066efd
7 changed files with 19 additions and 7 deletions
@@ -1,5 +1,5 @@
import { patchModel, workspaceMetasAtom, workspacesAtom } from "@yaakapp-internal/models";
import { Banner, HStack, InlineCode, VStack } from "@yaakapp-internal/ui";
import { Banner, HStack, InlineCode } from "@yaakapp-internal/ui";
import { useAtomValue } from "jotai";
import { useAuthTab } from "../hooks/useAuthTab";
import { useHeadersTab } from "../hooks/useHeadersTab";