diff --git a/packages/endpoint-posts/index.js b/packages/endpoint-posts/index.js index 73d2285bd..c52c65a2c 100644 --- a/packages/endpoint-posts/index.js +++ b/packages/endpoint-posts/index.js @@ -32,6 +32,7 @@ export default class PostsEndpoint { return { url: path.join(this.options.mountPath, "new"), name: "posts.create.action", + iconName: "createPost", requiresDatabase: true, }; }