mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
Fix add by IP validator regex
CURA-6483
This commit is contained in:
parent
1e89ce3673
commit
85822d6e73
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ Item
|
|||
|
||||
validator: RegExpValidator
|
||||
{
|
||||
regExp: /([a-zA-Z0-9.:]+)?/
|
||||
regExp: /([a-fA-F0-9.:]+)?/
|
||||
}
|
||||
|
||||
onTextEdited: invalidInputLabel.visible = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue