Skip to content

Commit

Permalink
Comply with parent
Browse files Browse the repository at this point in the history
  • Loading branch information
moritztim committed Nov 16, 2023
1 parent ff683e1 commit ae9fd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/form/nodes/Validators/StringValidator.gd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func _on_text_changed(
## Validates given text against all rules and returns validity
func validate(
## Text to validate
subject: String
subject: Object
) -> bool:
super.validate(subject)
var _regex := RegEx.new()
Expand Down

0 comments on commit ae9fd0b

Please sign in to comment.