scaffolder: always show file reload in TemplateEditorTextArea
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
+3
-1
@@ -136,7 +136,9 @@ export function TemplateEditorDirectoryEditorTextArea(props: {
|
||||
onSave: () => directoryEditor.save(),
|
||||
onReload: () => directoryEditor.reload(),
|
||||
}
|
||||
: undefined;
|
||||
: {
|
||||
onReload: () => directoryEditor.reload(),
|
||||
};
|
||||
|
||||
return (
|
||||
<TemplateEditorTextArea
|
||||
|
||||
Reference in New Issue
Block a user