fix: History sidebar behavior (more leftover bugs from TS conversion)
This commit is contained in:
@@ -8,7 +8,7 @@ import { PaginationParams } from "~/types";
|
||||
import { client } from "~/utils/ApiClient";
|
||||
|
||||
export default class RevisionsStore extends BaseStore<Revision> {
|
||||
actions = [RPCAction.List];
|
||||
actions = [RPCAction.List, RPCAction.Info];
|
||||
|
||||
constructor(rootStore: RootStore) {
|
||||
super(rootStore, Revision);
|
||||
|
||||
Reference in New Issue
Block a user