Skip to content

Commit

Permalink
remove debugging flags
Browse files Browse the repository at this point in the history
  • Loading branch information
V13Axel committed Jan 7, 2024
1 parent a178ecb commit f2fb700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/events-manager.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const events_manager = {
open: true,
open: false,

event_categories: [],
groupFilter: "-1",
categorizedEvents: [],
categories: [],
search: "",
multiselect: true,
multiselect: false,
selected: {},
visibility: "any",
updateCategoryTo: null,
Expand Down

0 comments on commit f2fb700

Please sign in to comment.