Fix Insomnia v4 environment importer

This commit is contained in:
Gregory Schier
2025-10-24 15:21:20 -07:00
parent b19e036a61
commit a3df0489b1
2 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ export function Confirm({
onChange={setConfirm}
label={
<>
Type <strong className="select-auto cursor-text">{requireTyping}</strong> to confirm
Type <strong className="!select-auto cursor-auto">{requireTyping}</strong> to confirm
</>
}
/>