view data fixes
Some checks failed
Contract Testing / contract-tests (pull_request) Failing after 5m42s
Contract Testing / contract-snapshot (pull_request) Has been skipped

This commit is contained in:
2026-01-22 23:40:38 +01:00
parent 1288a9dc30
commit 18133aef4c
111 changed files with 841 additions and 324 deletions

View File

@@ -11,15 +11,15 @@ import { Stack } from '@/ui/Stack';
import { Text } from '@/ui/Text';
import { Toggle } from '@/ui/Toggle';
import {
AlertCircle,
Bell,
Building2,
RefreshCw,
Save
AlertCircle,
Bell,
Building2,
RefreshCw,
Save
} from 'lucide-react';
import React from 'react';
export interface SponsorSettingsViewData {
export interface SponsorSettingsViewData extends ViewData {
profile: {
companyName: string;
contactName: string;