feat: update Titles in ContentsFormPage and ContentsPage for better context
This commit is contained in:
@@ -105,7 +105,7 @@ export const ContentsFormPage = (properties: TProperties) => {
|
||||
|
||||
return (
|
||||
<div className="relative">
|
||||
<TitleDashboard title="Buat Artikel" />
|
||||
<TitleDashboard title={`${newsData ? 'Update' : 'Buat'} Artikel`} />
|
||||
<RemixFormProvider {...formMethods}>
|
||||
<fetcher.Form
|
||||
method="post"
|
||||
|
||||
Reference in New Issue
Block a user