mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:14:28 -04:00
Admin Portal - Profile
This commit is contained in:
parent
ee01fa5557
commit
a610a851a2
4
public/main.profile.dart.js
vendored
4
public/main.profile.dart.js
vendored
@ -373035,7 +373035,7 @@
|
||||
if (t2 == null)
|
||||
t2 = "";
|
||||
t5 = type$.MappedListIterable_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String;
|
||||
t4.push(new A.AppDropdownButton(t2, companyGateway.tokenBilling, new A._CompanyGatewayEditState_build_closure4(viewModel, companyGateway), A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "disabled"], t6), new A._CompanyGatewayEditState_build_closure5(t1), t5), true, t5._eval$1("ListIterable.E")), false, true, "", _null, _null, type$.AppDropdownButton_legacy_String));
|
||||
t4.push(new A.AppDropdownButton(t2, companyGateway.tokenBilling, new A._CompanyGatewayEditState_build_closure4(viewModel, companyGateway), A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], t6), new A._CompanyGatewayEditState_build_closure5(t1), t5), true, t5._eval$1("ListIterable.E")), false, true, "", _null, _null, type$.AppDropdownButton_legacy_String));
|
||||
}
|
||||
t4.push(new A.SizedBox(_null, 16, _null, _null));
|
||||
t2 = t7 ? _null : gateway.options;
|
||||
@ -399788,7 +399788,7 @@
|
||||
t11 = t1.get$autoBill();
|
||||
t15 = settings.autoBill;
|
||||
t16 = type$.MappedListIterable_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String;
|
||||
t16 = A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "disabled"], t13), new A._CompanyDetailsState_build_closure5(t1), t16), true, t16._eval$1("ListIterable.E"));
|
||||
t16 = A.List_List$of(new A.MappedListIterable(A._setArrayType(["always", "optout", "optin", "off"], t13), new A._CompanyDetailsState_build_closure5(t1), t16), true, t16._eval$1("ListIterable.E"));
|
||||
t13 = type$.AppDropdownButton_legacy_String;
|
||||
t20 = $.$get$memoizedPaymentTypeList().call$1(t20.paymentTypeMap);
|
||||
t17 = t1.get$paymentType();
|
||||
|
Loading…
x
Reference in New Issue
Block a user