Merge pull request #4992 from beolafsen/dev
Trim ModuleOwner and ModuleName before create
This commit is contained in:
commit
4630ee6e93
|
@ -111,6 +111,8 @@
|
|||
private async Task CreateModule()
|
||||
{
|
||||
validated = true;
|
||||
_owner = _owner.Trim();
|
||||
_module = _module.Trim();
|
||||
var interop = new Interop(JSRuntime);
|
||||
if (await interop.FormValid(form))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user