FIX: Use the correct connector tag name (#661)

This commit is contained in:
Jarek Radosz 2025-06-10 16:22:13 +02:00 committed by GitHub
parent 5a5d3da950
commit 74917fda18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>