fix: useSigitProfiles dep, map item keys warnining, sign button styles, placeholder, optional button label #160
@ -133,7 +133,7 @@ export const CreatePage = () => {
|
||||
identifier: MarkType.TEXT,
|
||||
icon: <FontAwesomeIcon icon={faT} />,
|
||||
label: 'Text',
|
||||
active: false
|
||||
active: true
|
||||
},
|
||||
{
|
||||
identifier: MarkType.SIGNATURE,
|
||||
@ -151,7 +151,7 @@ export const CreatePage = () => {
|
||||
identifier: MarkType.FULLNAME,
|
||||
icon: <FontAwesomeIcon icon={faIdCard} />,
|
||||
label: 'Full Name',
|
||||
active: true
|
||||
active: false
|
||||
},
|
||||
{
|
||||
identifier: MarkType.INITIALS,
|
||||
|
Loading…
Reference in New Issue
Block a user