fix: Initials do not display on notification avatars (#5803)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import ApiKey from "~/models/ApiKey";
|
||||
import BaseStore, { RPCAction } from "./BaseStore";
|
||||
import RootStore from "./RootStore";
|
||||
import Store, { RPCAction } from "./base/Store";
|
||||
|
||||
export default class ApiKeysStore extends BaseStore<ApiKey> {
|
||||
export default class ApiKeysStore extends Store<ApiKey> {
|
||||
actions = [RPCAction.List, RPCAction.Create, RPCAction.Delete];
|
||||
|
||||
constructor(rootStore: RootStore) {
|
||||
|
||||
Reference in New Issue
Block a user