- Prefill datasource title - Decrease field width - Save button should have loading state - Back button in form screen - Right align save button - Add new plugin images and other fixes
16 lines
285 B
TypeScript
16 lines
285 B
TypeScript
const RapidApiConfigResponse = [
|
|
{
|
|
sectionName: "General",
|
|
id: 1,
|
|
children: [
|
|
{
|
|
label: "Rapid Api Connection Name",
|
|
configProperty: "connectionName",
|
|
controlType: "INPUT_TEXT",
|
|
},
|
|
],
|
|
},
|
|
];
|
|
|
|
export default RapidApiConfigResponse;
|