Skip to content

Commit

Permalink
Update subPageCategoryPicker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
heysahilsingh authored Jul 24, 2023
1 parent f73a447 commit 79e0ff1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { dbCategories } from "../../../db.js";
import { appendHTML, closeSubPage, consoleError, createHTML, popMsg, } from "../../../helper.js";
import { subPageAddCategory } from "./subPageAddCategory.js";

setTimeout(() => subPageCategoryPicker({pMode: "edits"}))

export function subPageCategoryPicker(pObject) {
/* IMPORTANT NOTES TO BE NOTED
1. To call this function, subPageCategoryPicker({}).
Expand Down Expand Up @@ -367,4 +365,4 @@ export function subPageCategoryPicker(pObject) {
} else {
consoleError(".app-page HTML not found.");
}
}
}

0 comments on commit 79e0ff1

Please sign in to comment.