remove debug
This commit is contained in:
@@ -325,7 +325,6 @@ const handleBlur = async () => {
|
||||
};
|
||||
|
||||
const handleCheckbox = (event: Event) => {
|
||||
console.log("here");
|
||||
const target = event.target as HTMLInputElement;
|
||||
value.value = target.checked;
|
||||
emits("update:modelValue", target.checked);
|
||||
|
||||
@@ -194,8 +194,6 @@ const handleLoad = async () => {
|
||||
query["page"] = postsPage.value;
|
||||
query["sort"] = "start_at";
|
||||
|
||||
console.log(query);
|
||||
|
||||
let result = await api.get({
|
||||
url: "/events",
|
||||
params: query,
|
||||
|
||||
Reference in New Issue
Block a user