Merge pull request #4708 from thabaum/patch-10

fix typo in startup.cs
This commit is contained in:
Shaun Walker 2024-10-14 12:48:38 -04:00 committed by GitHub
commit c3668f4179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,7 @@ namespace Oqtane
} }
}).AddHubOptions(options => }).AddHubOptions(options =>
{ {
options.MaximumReceiveMessageSize = null; // no limit (for large amnounts of data ie. textarea components) options.MaximumReceiveMessageSize = null; // no limit (for large amounts of data ie. textarea components)
}) })
.AddInteractiveWebAssemblyComponents(); .AddInteractiveWebAssemblyComponents();