mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: admin partner settings page, partner section visibility toggle, custom requisites text
- New AdminPartnerSettings page with validation (pattern from AdminTicketSettings) - Settings gear button on AdminPartners header - Hide partner/withdrawal sections when partner_section_visible is false - Use custom requisites_text as label in withdrawal form - i18n keys for ru/en
This commit is contained in:
@@ -14,6 +14,7 @@ export interface WithdrawalBalanceResponse {
|
||||
is_withdrawal_enabled: boolean;
|
||||
can_request: boolean;
|
||||
cannot_request_reason: string | null;
|
||||
requisites_text: string;
|
||||
}
|
||||
|
||||
export interface WithdrawalCreateRequest {
|
||||
|
||||
Reference in New Issue
Block a user