Merged PR 137: Update function

Update function
This commit is contained in:
2025-05-21 14:16:23 +00:00

View File

@@ -204,7 +204,7 @@ onMounted(async () => {
const loadVideoGroups = async () => {
await ksVideoGroupStore.fetchKsVideoGroup(userPrefStore.selectedProject.id);
videoGroups.value = getCustomDatewithAllResponse();
videoGroups.value = getCustomDateAndCountwithAllResponse();
};
const getCustomDateAndCountwithAllResponse = () => {