diff --git a/src/components/RemoteCreateDrawer.tsx b/src/components/RemoteCreateDrawer.tsx index ce490fd..f654e11 100644 --- a/src/components/RemoteCreateDrawer.tsx +++ b/src/components/RemoteCreateDrawer.tsx @@ -94,7 +94,7 @@ export default function RemoteCreateDrawer({ }} > {(item) => ( - + {item.Help || item.Value} )} @@ -141,7 +141,6 @@ export default function RemoteCreateDrawer({ description={option.Help.split('\n').slice(1).join('\n')} isRequired={option.Required} onValueChange={(value) => { - // console.log(value) setConfig({ ...config, [option.Name]: value }) }} /> diff --git a/src/components/RemoteEditDrawer.tsx b/src/components/RemoteEditDrawer.tsx index 3916e6b..b3fcca7 100644 --- a/src/components/RemoteEditDrawer.tsx +++ b/src/components/RemoteEditDrawer.tsx @@ -88,7 +88,7 @@ export default function RemoteEditDrawer({ description={option.Help.split('\n').slice(1).join('\n')} > {(item) => ( - + {item.Help || item.Value} )}