Current Path: > home > transcarter > public_html > wp-content > plugins > leadin > scripts > shared > Meeting >
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
hooks | Directory | - | - | |
MeetingController.tsx | File | 2582 bytes | July 17 2025 21:06:25. | |
MeetingEdit.tsx | File | 2015 bytes | July 17 2025 21:06:25. | |
MeetingSelector.tsx | File | 840 bytes | July 17 2025 21:06:25. | |
MeetingWarning.tsx | File | 1273 bytes | July 17 2025 21:06:25. | |
MeetingsContext.tsx | File | 2329 bytes | July 17 2025 21:06:25. | |
PreviewMeeting.tsx | File | 887 bytes | July 17 2025 21:06:25. | |
constants.ts | File | 152 bytes | July 17 2025 21:06:25. |
import React, { Fragment } from 'react'; import AsyncSelect from '../Common/AsyncSelect'; import UISpacer from '../UIComponents/UISpacer'; import { __ } from '@wordpress/i18n'; interface IMeetingSelectorProps { options: any[]; onChange: Function; value: any; } export default function MeetingSelector({ options, onChange, value, }: IMeetingSelectorProps) { const optionsWrapper = [ { label: __('Meeting name', 'leadin'), options, }, ]; return ( <Fragment> <UISpacer /> <p data-test-id="leadin-meeting-select"> <b>{__('Select a meeting scheduling page', 'leadin')}</b> </p> <AsyncSelect defaultOptions={optionsWrapper} onChange={onChange} placeholder={__('Select a meeting', 'leadin')} value={value} /> </Fragment> ); }
SILENT KILLER Tool