Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
Signed-off-by: 4nalog <[email protected]>
  • Loading branch information
4nalog committed Mar 30, 2023
1 parent 29d9b05 commit 7a9577b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const StructInput: React.FC<InputProps> = props => {
);

if (keys.length > 1) {
// If there are multiple keys, we can't render a form because of not supporting nested structs
// If there are multiple keys, we can't render a form because of not supporting nested structs so render a text field
jsonFormRenderable = false;
} else if (keys[0]) {
parsedJson = protobufValueToPrimitive(
Expand Down

0 comments on commit 7a9577b

Please sign in to comment.