Fix message on form submission
This commit is contained in:
parent
18757bb2d4
commit
85c2bbd14c
@ -25,7 +25,7 @@ class NumberSum<Field1 extends string, Field2 extends string> extends FormFieldC
|
||||
}
|
||||
|
||||
export default new (class TestComplexForm extends Form {
|
||||
defaultSuccessMessage = "Pomyślnie utworzono użytkownika";
|
||||
defaultSuccessMessage = "Formularz wypełniony poprawnie";
|
||||
|
||||
fields = [
|
||||
new FormField("A", true),
|
||||
|
Loading…
x
Reference in New Issue
Block a user