Add all repos
This commit is contained in:
parent
faa12c60bc
commit
8a91c9b89b
369 changed files with 29047 additions and 28 deletions
9
metamigo-frontend/components/voice/providers/shared.tsx
Normal file
9
metamigo-frontend/components/voice/providers/shared.tsx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { SelectInput } from "react-admin";
|
||||
|
||||
export const ProviderKindInput = (props) => (
|
||||
<SelectInput
|
||||
source="kind"
|
||||
choices={[{ id: "TWILIO", name: "Twilio" }]}
|
||||
{...props}
|
||||
/>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue