Add site_url field label for Hosted Tables integration card

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-15 15:41:53 +00:00
parent 51c99f1ee9
commit 279872364c

View file

@ -38,7 +38,7 @@ const FIELD_LABELS: Record<string, string> = {
graphql_client_id: 'GraphQL Client ID',
email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password',
location_id: 'Default Location', from: 'From Address', reply_to: 'Reply-To Address',
backup_path: 'Backup Directory',
backup_path: 'Backup Directory', site_url: 'Site URL',
}
interface AppRow {