Actually link the save action; closes #2092
This commit is contained in:
parent
be91913f23
commit
364b645b81
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export default () => {
|
|||
fetchContent={value => {
|
||||
fetchFileContent = value;
|
||||
}}
|
||||
onContentSaved={() => null}
|
||||
onContentSaved={() => save()}
|
||||
/>
|
||||
</div>
|
||||
<div className={'flex justify-end mt-4'}>
|
||||
|
|
Loading…
Reference in a new issue