mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-06 12:55:24 +02:00
Allow selecting confirm text
This commit is contained in:
@@ -44,7 +44,7 @@ export function Confirm({
|
|||||||
onChange={setConfirm}
|
onChange={setConfirm}
|
||||||
label={
|
label={
|
||||||
<>
|
<>
|
||||||
Type <strong>{requireTyping}</strong> to confirm
|
Type <strong className="select-auto cursor-text">{requireTyping}</strong> to confirm
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user