Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add significant name
Browse files Browse the repository at this point in the history
wg102 committed Jun 6, 2024
1 parent f90d42d commit 6f1be95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/centraldashboard/public/components/landing-page.js
Original file line number Diff line number Diff line change
@@ -92,9 +92,8 @@ export class LandingPage extends mixinBehaviors([AppLocalizeBehavior], utilities
if (success) this._successSetup();

// Create the default notebook
const APICreateDefault = this.$.CreateDefaultNotebook;

APICreateDefault.generateRequest();
const APICreateDefaultNotebook = this.$.CreateDefaultNotebook;
APICreateDefaultNotebook.generateRequest();
}

async pollProfile(times, delay) {

0 comments on commit 6f1be95

Please sign in to comment.