feat: templates
This commit is contained in:
@@ -129,6 +129,7 @@ export default function EditorView() {
|
||||
onNameChange={isNew ? setPageName : undefined}
|
||||
onSaveDraft={() => handleSave(false)}
|
||||
onPublish={() => handleSave(true)}
|
||||
onInsertExample={(source) => setSource(source)}
|
||||
saving={saving}
|
||||
isDirty={isDirty}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user