feat: add app connections w/ testing and deleting functions
This commit is contained in:
@@ -19,12 +19,10 @@ export default function InputCreator(props: InputCreatorProps) {
|
||||
const {
|
||||
key: name,
|
||||
label,
|
||||
type,
|
||||
required,
|
||||
readOnly,
|
||||
value,
|
||||
description,
|
||||
docUrl,
|
||||
clickToCopy,
|
||||
} = schema;
|
||||
|
||||
|
Reference in New Issue
Block a user