Update function

This commit is contained in:
2025-05-21 16:15:32 +02:00
parent 5c6f6d2ddf
commit 7f31ae1d5a

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 = () => {