mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
implement Cmd-I and restructure block viewmodels (#257)
This commit is contained in:
@@ -168,7 +168,7 @@ Other useful metadata values to override block titles, icons, colors, themes, et
|
||||
|
||||
`;
|
||||
|
||||
function HelpView() {
|
||||
function HelpView({ blockId }: { blockId: string }) {
|
||||
return <Markdown text={helpText} className="help-view" />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user