mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
chore(react/type_widget): port none type widget
This commit is contained in:
@@ -59,6 +59,8 @@ function getCorrespondingWidget(noteType: ExtendedNoteType | undefined, props: T
|
||||
return <Empty />
|
||||
case "doc":
|
||||
return <Doc {...props} />
|
||||
case "search":
|
||||
return <div className="note-detail-none note-detail-printable" />
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user