Skip to content

Commit

Permalink
Comment out unused data
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 21, 2023
1 parent 15a22d1 commit 9d65d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/realtime-compiler/resources/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function registerCreateFormModalHandlers() {
const createPageFormError = document.getElementById("createPageFormError");
const createPageFormErrorContents = document.getElementById("createPageFormErrorContents");

const okHandler = async response => {
let data = await response.json();
const okHandler = () => {
// let data = await response.json();
createPageModal.hide();
createPageForm.reset();

Expand Down

0 comments on commit 9d65d38

Please sign in to comment.