fix: Initials do not display on notification avatars (#5803)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import type Model from "../base/Model";
|
||||
|
||||
const fields = new Map();
|
||||
|
||||
export const getFieldsForModel = (target: any) =>
|
||||
export const getFieldsForModel = (target: Model) =>
|
||||
fields.get(target.constructor.name);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user