From 7d9555fdf71c490ca61dac73980d52d54e60021d Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 7 Sep 2023 13:30:21 +0100 Subject: [PATCH] accounts: add referrals to search queries --- ts/modules/accounts.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index a35694e..40f8445 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -935,6 +935,14 @@ export class accountsList { bool: true, string: false, date: true + }, + "referrals-enabled": { + name: window.lang.strings("referrals"), + getter: "referrals_enabled", + bool: true, + string: false, + date: false, + dependsOnTableHeader: "accounts-header-referrals" } }