Always show the save buttons
This commit is contained in:
parent
24f340c9a1
commit
c37baa0867
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue