mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-19 07:29:40 +02:00
Add setting to disable checking for notifications
This commit is contained in:
@@ -44,19 +44,19 @@ export function Confirm({
|
||||
autoFocus
|
||||
onChange={setConfirm}
|
||||
placeholder={requireTyping}
|
||||
labelRightSlot={
|
||||
<CopyIconButton
|
||||
text={requireTyping}
|
||||
title="Copy name"
|
||||
className="text-text-subtlest"
|
||||
iconSize="sm"
|
||||
size="2xs"
|
||||
/>
|
||||
}
|
||||
label={
|
||||
<div className="flex items-center justify-between">
|
||||
<p>
|
||||
Type <strong>{requireTyping}</strong> to confirm
|
||||
</p>
|
||||
<CopyIconButton
|
||||
text={requireTyping}
|
||||
title="Copy name"
|
||||
className="text-text-subtlest ml-auto"
|
||||
iconSize="sm"
|
||||
size="2xs"
|
||||
/>
|
||||
</div>
|
||||
<>
|
||||
Type <strong>{requireTyping}</strong> to confirm
|
||||
</>
|
||||
}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user