A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
if (e.Page.Property["Title"] != null)
{
PropertyData propTitle = e.Page.Property["Title"];
propTitle.DisplayName = "* Title:";
propTitle.OwnerTab = (int)EditTab.Information;
}
If anyone knows of a quick fix, it will be really appreciated.
Thanks
Danie
* Title
Some descriptive text for the tooltip
That should do the trick.
/Steve