Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-07-27 14:13:19 +00:00
parent f7267e1af4
commit 6ace42509c

View File

@ -405862,7 +405862,7 @@
};
A._LoginState_build_closure15.prototype = {
call$0() {
A.launch("https://status.invoiceninja.com/", null, false);
A.launch("https://status.invoiceninja.com", null, false);
},
$signature: 1
};
@ -445158,6 +445158,8 @@
t1.push(B.EntityType_quote);
if (t2._updateAllCreditDesigns)
t1.push(B.EntityType_credit);
if (t2._updateAllPurchaseOrderDesigns)
t1.push(B.EntityType_purchaseOrder);
this.viewModel.onSavePressed.call$2(context, t1);
},
$signature: 14