Skip to content

Commit

Permalink
chore: remove label from contact dialog
Browse files Browse the repository at this point in the history
fixes #50

Signed-off-by: Colton Wolkins (Laptop) <[email protected]>
  • Loading branch information
TheTechmage committed Oct 6, 2023
1 parent cd61efc commit 62f31a5
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 62f31a5

Please sign in to comment.