Skip to content

Commit 300e5a8

Browse files
committed
fix: remove redundant build from connectedCallback
1 parent 5519c63 commit 300e5a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/drive-picker/drive-picker-element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ export class DrivePickerElement extends HTMLElement {
282282
async connectedCallback(): Promise<void> {
283283
this.loading = loadApi().then((google) => {
284284
this.google = google;
285-
this.scheduleBuild();
286285
});
287286

288287
// Watch for changes in the picker element slot and their attributes

0 commit comments

Comments
 (0)