add filters config form

This commit is contained in:
Ildar Kamalov
2025-01-15 15:20:16 +03:00
parent 657c047784
commit c389d88aae
7 changed files with 104 additions and 138 deletions

View File

@@ -24,7 +24,6 @@ import { ip4ToInt, isValidAbsolutePath } from './form';
import { isIpInCidr, parseSubnetMask } from './helpers';
// Validation functions
// https://redux-form.com/8.3.0/examples/fieldlevelvalidation/
// If the value is valid, the validation function should return undefined.
/**
* @param value {string|number}