mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 11:47:42 +02:00
fix: codeblock various fixes (#6550)
This commit is contained in:
@@ -48,7 +48,8 @@ export interface DiffFileId {
|
||||
export default plugin(diffviewId, {
|
||||
component: {
|
||||
DiffView: '' as AnyComponent,
|
||||
InlineDiffView: '' as AnyComponent
|
||||
InlineDiffView: '' as AnyComponent,
|
||||
Highlight: '' as AnyComponent
|
||||
},
|
||||
string: {
|
||||
ViewMode: '' as IntlString,
|
||||
|
||||
Reference in New Issue
Block a user