mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-03 13:16:06 +02:00
Always show the save buttons
This commit is contained in:
@@ -59,13 +59,11 @@ export default () => {
|
|||||||
onContentSaved={() => null}
|
onContentSaved={() => null}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{content &&
|
|
||||||
<div className={'flex justify-end mt-4'}>
|
<div className={'flex justify-end mt-4'}>
|
||||||
<button className={'btn btn-primary btn-sm'} onClick={save}>
|
<button className={'btn btn-primary btn-sm'} onClick={save}>
|
||||||
Save Content
|
Save Content
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
}
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user