added missing create
This commit is contained in:
@@ -63,6 +63,13 @@ export default function Blog(props: { disableCustomTheme?: boolean }) {
|
||||
/>
|
||||
);
|
||||
|
||||
case "create":
|
||||
return (
|
||||
<ArticleEditor
|
||||
onBack={() => goBack(ui.view)}
|
||||
/>
|
||||
);
|
||||
|
||||
default:
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user