Skip to content

Commit

Permalink
Update myprofile-template.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 17, 2024
1 parent 9bf079e commit 801be17
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions html/workflowai/myprofile-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,25 +173,6 @@ <h2 class="title">##$.profile_info.title##</h2>

</div>
</main>

<div class="action-buttons">
<button class="btn-shade" style="--btn-shade: 20%" onclick="shareContent(this)" data-copy="false"
data-body="$m_vcardTemplate" data-filename="$m_filename" data-subject="$message" aria-label="Send Vcard">
<span aria-hidden="true">🔗</span> Send Vcard
</button>
<button class="btn-shade" style="--btn-shade: 40%" onclick="openForm(this)" data-family-id="FORM_123"
data-dismiss-parent="true" data-dependencies='["FORM_456", "FORM_789"]' data-preload='[
{"key": "customer_name", "value": "John Smith"},
{"key": "customer_id", "value": "CS123"}
]' data-open-args='{
"module_code": "CRM",
"sub_module_code": "CONTACT",
"component_code": "NEW"
}'>
🔄 Edit
</button>
</div>

</body>

</html>

0 comments on commit 801be17

Please sign in to comment.