Skip to content

Commit

Permalink
Merge pull request #52 from decentralized-identity/chore/remove-label
Browse files Browse the repository at this point in the history
chore: remove label from contact dialog
  • Loading branch information
dbluhm authored Oct 6, 2023
2 parents cd61efc + 62f31a5 commit a09bb34
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/pages/profile/messaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,21 +158,6 @@ class ContactListComponent
)
),
]),
m(".field", [
m("label.label", "Label (optional)"),
m(
"div.control",
m(
'input.input[type=text][placeholder="Label for the contact"]',
{
oninput: (e: Event) =>
(this.newContact.label = (
e.target as HTMLInputElement
).value),
}
)
),
]),
]),
m("footer.modal-card-foot", [
m(
Expand Down

0 comments on commit a09bb34

Please sign in to comment.