Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

FIX: Use the correct connector tag name #661

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { classNames, tagName } from "@ember-decorators/component";
import icon from "discourse/helpers/d-icon";
import { i18n } from "discourse-i18n";

@tagName("")
@tagName("li")
@classNames("user-activity-bottom-outlet", "assigned-list")
export default class AssignedList extends Component {
<template>
Expand Down