Skip to content

Commit

Permalink
DEV: Update AssignedTopicListColumn class name (#511)
Browse files Browse the repository at this point in the history
The `_Test` suffix shouldn't have been included in 8980754. No functional change.
  • Loading branch information
davidtaylorhq authored Oct 2, 2023
1 parent 8980754 commit 93ee2cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 93ee2cb

Please sign in to comment.