Skip to content

Commit

Permalink
fix: google.protobuf.Value showing unset (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
2yuri committed Jan 4, 2022
1 parent dd2b1d7 commit fa52430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/resources/webform/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/resources/webform/webform.js
Expand Up @@ -1923,7 +1923,7 @@ window.initGRPCForm = function(services, invokeURI, metadataURI, debug, headers)
case "google.protobuf.BoolValue":
return false;
case "google.protobuf.Value":
return null;
return {};
case "google.protobuf.ListValue":
return [];
default:
Expand Down

0 comments on commit fa52430

Please sign in to comment.