Form Başlık Görünümü

This commit is contained in:
Sedat ÖZTÜRK 2025-09-23 15:52:40 +03:00
parent f62c35dec9
commit 85a14f580c
3 changed files with 3 additions and 0 deletions

View file

@ -79,6 +79,7 @@ const FormEdit = (
<h4 className="text-slate-700 text-sm font-medium leading-none"> <h4 className="text-slate-700 text-sm font-medium leading-none">
{translate('::' + gridDto?.gridOptions?.title)} {translate('::' + gridDto?.gridOptions?.title)}
</h4> </h4>
<Badge content={mode} /> <Badge content={mode} />
</> </>
)} )}

View file

@ -165,6 +165,7 @@ const FormNew = (
<h4 className="text-slate-700 text-sm font-medium leading-none"> <h4 className="text-slate-700 text-sm font-medium leading-none">
{translate('::' + gridDto?.gridOptions?.title)} {translate('::' + gridDto?.gridOptions?.title)}
</h4> </h4>
<Badge content={mode} /> <Badge content={mode} />
</> </>
)} )}

View file

@ -74,6 +74,7 @@ const FormView = (
<h4 className="text-slate-700 text-sm font-medium leading-none"> <h4 className="text-slate-700 text-sm font-medium leading-none">
{translate('::' + gridDto?.gridOptions?.title)} {translate('::' + gridDto?.gridOptions?.title)}
</h4> </h4>
<Badge content={mode} /> <Badge content={mode} />
</> </>
)} )}