diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj
index a551efc9..a712520f 100644
--- a/Oqtane.Client/Oqtane.Client.csproj
+++ b/Oqtane.Client/Oqtane.Client.csproj
@@ -17,6 +17,7 @@
Git
Not for production use.
Oqtane
+ true
@@ -37,5 +38,4 @@
-
diff --git a/Oqtane.Client/UI/Interop.cs b/Oqtane.Client/UI/Interop.cs
index c098ad34..1c05fe41 100644
--- a/Oqtane.Client/UI/Interop.cs
+++ b/Oqtane.Client/UI/Interop.cs
@@ -1,4 +1,5 @@
using Microsoft.JSInterop;
+using Oqtane.Models;
using System.Threading.Tasks;
namespace Oqtane.UI
@@ -56,13 +57,13 @@ namespace Oqtane.UI
}
}
- public Task IncludeMeta(string id, string attribute, string name, string content)
+ public Task IncludeMeta(string id, string attribute, string name, string content, string key)
{
try
{
_jsRuntime.InvokeAsync