Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lhcfl committed Aug 20, 2024
1 parent 65a21a1 commit 37674a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Component from "@glimmer/component";
import CategoryChooser from "select-kit/components/category-chooser";

export default class GroupListInput extends Component {
export default class CategoryIdInput extends Component {
// CategoryChooser will try to modify the value of value,
// triggering a setting-on-hash error. So we have to do the dirty work.
get data() {
Expand Down

0 comments on commit 37674a1

Please sign in to comment.