fix: added todo

This commit is contained in:
omkark06 2024-11-05 12:35:19 +05:30
parent 2290d2081b
commit fbabf1517d
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ import NoData from "@/components/shared/grid/NoData.vue";
import { useStore } from "vuex";
import QueryList from "@/components/queries/QueryList.vue";
// TODO OK : Define types and interfaces for data properties.
export default defineComponent({
name: "RunningQueriesList",
components: { QueryList, QTablePagination, NoData },