Skip to content

Commit 03dddba

Browse files
authored
Missing vars
1 parent b27540c commit 03dddba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

admin/customizing.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ const GreetingCreate = props => {
215215
);
216216
};
217217

218+
const greetings = {
219+
name: 'greetings',
220+
create: GreetingCreate,
221+
};
222+
218223
export default [
219224
greetings,
220225
];
@@ -290,6 +295,11 @@ const GreetingEdit = props => {
290295
);
291296
};
292297

298+
const greetings = {
299+
name: 'greetings',
300+
edit: GreetingEdit,
301+
};
302+
293303
export default [
294304
greetings,
295305
];

0 commit comments

Comments
 (0)