diff --git a/picker/dialog.html b/picker/dialog.html index 1ade5a4d9..9d85af9eb 100644 --- a/picker/dialog.html +++ b/picker/dialog.html @@ -146,7 +146,7 @@ content: JSON.stringify(data, null, 2), }, { - title: `Drive.Files.Get response`, + title: "Drive.Files.Get response", content: JSON.stringify(driveFilesGetResponse, null, 2), }, ]) {