scaffolder: always show file reload in TemplateEditorTextArea

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-04-29 14:40:22 +02:00
parent f7805dfea8
commit 289d349199
@@ -136,7 +136,9 @@ export function TemplateEditorDirectoryEditorTextArea(props: {
onSave: () => directoryEditor.save(),
onReload: () => directoryEditor.reload(),
}
: undefined;
: {
onReload: () => directoryEditor.reload(),
};
return (
<TemplateEditorTextArea