mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
Prettier run
This commit is contained in:
@@ -305,9 +305,9 @@ export default class Explorer {
|
||||
}
|
||||
}, 1000);
|
||||
|
||||
const link = document.createElement('a');
|
||||
const link = document.createElement("a");
|
||||
link.href = vscodeUrl;
|
||||
link.rel = 'noopener noreferrer';
|
||||
link.rel = "noopener noreferrer";
|
||||
document.body.appendChild(link);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user