mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 08:18:49 -05:00
Fix ValidateInput on array elements
This commit is contained in:
parent
b76d18abd9
commit
7dd7768132
@ -3,7 +3,7 @@ using System.Reflection;
|
||||
using TriInspector;
|
||||
using TriInspector.Validators;
|
||||
|
||||
[assembly: RegisterTriAttributeValidator(typeof(ValidateInputValidator), ApplyOnArrayElement = true)]
|
||||
[assembly: RegisterTriAttributeValidator(typeof(ValidateInputValidator))]
|
||||
|
||||
namespace TriInspector.Validators
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user