mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Always show the save buttons
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user