feat(RevisionsText): make RevisionsText prefix configurable
This commit is contained in:
committed by
Bastian
parent
1e3433274b
commit
9d2efc10d9
@@ -51,6 +51,7 @@ export interface Messages {
|
||||
pageItem?: PageItem;
|
||||
pageIndex?: PageIndex;
|
||||
searchPlaceholder?: string;
|
||||
revisionsText?: string;
|
||||
}
|
||||
|
||||
const MessagesContext = createContext<Messages | undefined>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user