Skip to content

Commit e1acd0a

Browse files
committed
cr fix
1 parent 9ee37e4 commit e1acd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/action/refreshActionState.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func writeVisibleToResource(v cli.ActionProperty) (types.Bool, types.String) {
9797
case reflect.Map:
9898
jq := visible.Interface().(map[string]any)
9999
jqQueryValue := jq["jqQuery"].(string)
100-
return types.BoolNull(), flex.GoStringToFramework(&jqQueryValue)
100+
return types.BoolNull(), types.StringValue(jqQueryValue)
101101
}
102102

103103
return types.BoolNull(), types.StringNull()

0 commit comments

Comments
 (0)