fix(editor): Propagate isReadOnly to ResourceMapper Attempt to Convert Types switch (#13216)

This commit is contained in:
Charlie Kolb
2025-02-13 11:59:28 +01:00
committed by GitHub
parent 2a92032704
commit 617f841e0d

View File

@@ -667,6 +667,7 @@ defineExpose({
}"
:path="props.path + '.attemptToConvertTypes'"
:value="state.paramValue.attemptToConvertTypes"
:is-read-only="isReadOnly"
@update="
(x: IUpdateInformation<NodeParameterValueType>) => {
state.paramValue.attemptToConvertTypes = x.value as boolean;