Prevent address reuse option
This commit is contained in:
parent
55cdc2fa52
commit
98cc3b18b7
9 changed files with 141 additions and 13 deletions
|
|
@ -31189,8 +31189,8 @@ var _user$project$Config$updateSelectize = F3(
|
|||
return _elm_lang$core$Native_Utils.crashCase(
|
||||
'Config',
|
||||
{
|
||||
start: {line: 1555, column: 17},
|
||||
end: {line: 1560, column: 56}
|
||||
start: {line: 1556, column: 17},
|
||||
end: {line: 1561, column: 56}
|
||||
},
|
||||
_p4)('Shouldn\'t be here');
|
||||
}
|
||||
|
|
@ -31386,8 +31386,8 @@ var _user$project$Config$isField = function (fieldValue) {
|
|||
return _elm_lang$core$Native_Utils.crashCase(
|
||||
'Config',
|
||||
{
|
||||
start: {line: 1229, column: 5},
|
||||
end: {line: 1234, column: 59}
|
||||
start: {line: 1230, column: 5},
|
||||
end: {line: 1235, column: 59}
|
||||
},
|
||||
_p12)('Referenced field must be boolean');
|
||||
}
|
||||
|
|
@ -32877,7 +32877,11 @@ var _user$project$Config$complianceTableView = function (model) {
|
|||
_1: {
|
||||
ctor: '::',
|
||||
_0: A3(row, 'Receipt Printing', 'receiptPrintingActive', ''),
|
||||
_1: {ctor: '[]'}
|
||||
_1: {
|
||||
ctor: '::',
|
||||
_0: A3(row, 'Reject Address Reuse', 'rejectAddressReuseActive', ''),
|
||||
_1: {ctor: '[]'}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue