DEV: Update AssignedTopicListColumn class name (#511)
The `_Test` suffix shouldn't have been included in 89807545a4
. No functional change.
This commit is contained in:
parent
89807545a4
commit
93ee2cb886
|
@ -3,7 +3,7 @@ import AssignActionsDropdown from "./assign-actions-dropdown";
|
|||
import { inject as service } from "@ember/service";
|
||||
import { action } from "@ember/object";
|
||||
|
||||
export default class AssignedTopicListColumn_Test extends Component {
|
||||
export default class AssignedTopicListColumn extends Component {
|
||||
<template>
|
||||
<td class="topic-list-data">
|
||||
{{#if @topic.assigned_to_user}}
|
||||
|
|
Loading…
Reference in New Issue