fix a bug with file upload node (#2019)
This commit is contained in:
@@ -123,8 +123,8 @@ function FileUploadNode({ id, data }: NodeProps<FileUploadNode>) {
|
|||||||
type="password"
|
type="password"
|
||||||
value={inputs.awsSecretAccessKey}
|
value={inputs.awsSecretAccessKey}
|
||||||
className="nopan text-xs"
|
className="nopan text-xs"
|
||||||
onChange={(value) => {
|
onChange={(event) => {
|
||||||
handleChange("awsSecretAccessKey", value);
|
handleChange("awsSecretAccessKey", event.target.value);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user