Actually link the save action; closes #2092

This commit is contained in:
Dane Everitt 2020-06-13 10:07:16 -07:00
parent be91913f23
commit 364b645b81
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -110,7 +110,7 @@ export default () => {
fetchContent={value => {
fetchFileContent = value;
}}
onContentSaved={() => null}
onContentSaved={() => save()}
/>
</div>
<div className={'flex justify-end mt-4'}>