From 2a76335ed375919f5557ba4d52d75534cd18d3ee Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 24 Sep 2024 16:23:52 -0600 Subject: [PATCH] style: rm unused template string --- picker/dialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, ]) {