We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91d679 commit f6ad76fCopy full SHA for f6ad76f
client/django-formset/DjangoFormset.ts
@@ -898,7 +898,7 @@ class DjangoButton {
898
}
899
900
/**
901
- * Confirm a user response. If it is accepted proceed, otherwise reject.
+ * Confirm a user response. If it is accepted, proceed, otherwise reject.
902
*/
903
//@allowedAction
904
private confirm(message: string) {
@@ -950,7 +950,7 @@ class DjangoButton {
950
951
952
953
- * Transfer value from one element to another one.
+ * Set value in extra data to be summitted with formset_data.
954
955
956
private setExtraData(target: Path, source: FieldValue) {
0 commit comments