Skip to content
Snippets Groups Projects
Commit 22d74395 authored by Tini Tran's avatar Tini Tran
Browse files

bug fix

parent a4d2c0f6
No related branches found
No related tags found
1 merge request!10Resolve "Spending overview"
Pipeline #276916 passed
......@@ -9,7 +9,7 @@ import ToggleButton from '@/components/economy/ToggleButton.vue'
const selectedOption = ref<string | null>("")
let page = 0;
//let page = 0;
let pages = 0;
let currentPage = 0;
......@@ -47,7 +47,7 @@ const transactions = ref([
])
const chartVisible = ref(false)
const toggleChart = (value) => {
const toggleChart = (value: boolean) => {
chartVisible.value = value
console.log(chartVisible.value)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment