se agrego hide de efirma
This commit is contained in:
@@ -1243,7 +1243,7 @@ export default function Vucem() {
|
|||||||
<div className="relative">
|
<div className="relative">
|
||||||
<input
|
<input
|
||||||
name="efirma"
|
name="efirma"
|
||||||
type={showEfirma ? "text" : "password"}
|
type={showEditEfirma ? "text" : "password"}
|
||||||
value={form.efirma}
|
value={form.efirma}
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
required
|
required
|
||||||
@@ -1253,9 +1253,9 @@ export default function Vucem() {
|
|||||||
<div className="absolute inset-y-0 right-0 flex items-center">
|
<div className="absolute inset-y-0 right-0 flex items-center">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() => setShowEfirma(!showEfirma)}
|
onClick={toggleEditEfirmaVisibility}
|
||||||
className="px-2 py-1 text-gray-400 hover:text-gray-600 focus:outline-none"
|
className="px-2 py-1 text-gray-400 hover:text-gray-600 focus:outline-none"
|
||||||
title={showEfirma ? "Ocultar e.firma" : "Mostrar e.firma"}
|
title={showEditEfirma ? "Ocultar e.firma" : "Mostrar e.firma"}
|
||||||
>
|
>
|
||||||
{showEfirma ? (
|
{showEfirma ? (
|
||||||
<svg className="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
|
|||||||
Reference in New Issue
Block a user