fix: Initials do not display on notification avatars (#5803)
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import { client } from "~/utils/ApiClient";
|
||||
import BaseModel from "./BaseModel";
|
||||
import Model from "./base/Model";
|
||||
|
||||
class SearchQuery extends BaseModel {
|
||||
class SearchQuery extends Model {
|
||||
id: string;
|
||||
|
||||
query: string;
|
||||
|
||||
createdAt: string;
|
||||
|
||||
delete = async () => {
|
||||
this.isSaving = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user