Skip to content

Commit

Permalink
merge grey arrrow cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
pfaffman committed Nov 27, 2024
1 parent 23682a5 commit b59020d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { apiInitializer } from "discourse/lib/api";
import discourseComputed from "discourse-common/utils/decorators";

export default apiInitializer("1.8.0", (api) => {
const userFieldId = 8;
const userFieldVal = "Associate";
const userFieldId = 1;
const userFieldVal = "default value";

api.modifyClass("component:user-card-contents", {
pluginId: "discourse-default-user-custom-fields",
Expand Down

0 comments on commit b59020d

Please sign in to comment.