Skip to content

Commit

Permalink
format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Marcotte committed Dec 19, 2023
1 parent 4ef5ad0 commit 647d6e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class FormNewComponent

onSubmit() {
this.popup.open('Submitting new Notebook...', SnackType.Info, 3000);

const notebook = this.getSubmitNotebook();
this.backend.createNotebook(notebook).subscribe(() => {
this.popup.close();
Expand Down

0 comments on commit 647d6e7

Please sign in to comment.