fix: Initials do not display on notification avatars (#5803)
This commit is contained in:
@@ -4,10 +4,10 @@ import type {
|
||||
IntegrationSettings,
|
||||
IntegrationType,
|
||||
} from "@shared/types";
|
||||
import BaseModel from "~/models/BaseModel";
|
||||
import Model from "~/models/base/Model";
|
||||
import Field from "./decorators/Field";
|
||||
|
||||
class Integration<T = unknown> extends BaseModel {
|
||||
class Integration<T = unknown> extends Model {
|
||||
id: string;
|
||||
|
||||
type: IntegrationType;
|
||||
|
||||
Reference in New Issue
Block a user