refactor(toolbox): make Text default
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s

This commit is contained in:
enes 2024-08-21 11:37:07 +02:00
parent 329fd3d27b
commit 7b33e37ca5

View File

@ -133,7 +133,7 @@ export const CreatePage = () => {
identifier: MarkType.TEXT, identifier: MarkType.TEXT,
icon: <FontAwesomeIcon icon={faT} />, icon: <FontAwesomeIcon icon={faT} />,
label: 'Text', label: 'Text',
active: false active: true
}, },
{ {
identifier: MarkType.SIGNATURE, identifier: MarkType.SIGNATURE,
@ -151,7 +151,7 @@ export const CreatePage = () => {
identifier: MarkType.FULLNAME, identifier: MarkType.FULLNAME,
icon: <FontAwesomeIcon icon={faIdCard} />, icon: <FontAwesomeIcon icon={faIdCard} />,
label: 'Full Name', label: 'Full Name',
active: true active: false
}, },
{ {
identifier: MarkType.INITIALS, identifier: MarkType.INITIALS,