Always show the save buttons

This commit is contained in:
Dane Everitt 2019-12-08 10:44:52 -08:00
parent 24f340c9a1
commit c37baa0867
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -59,13 +59,11 @@ export default () => {
onContentSaved={() => null}
/>
</div>
{content &&
<div className={'flex justify-end mt-4'}>
<button className={'btn btn-primary btn-sm'} onClick={save}>
Save Content
</button>
</div>
}
</div>
);
};