Update function
This commit is contained in:
@@ -204,7 +204,7 @@ onMounted(async () => {
|
||||
|
||||
const loadVideoGroups = async () => {
|
||||
await ksVideoGroupStore.fetchKsVideoGroup(userPrefStore.selectedProject.id);
|
||||
videoGroups.value = getCustomDatewithAllResponse();
|
||||
videoGroups.value = getCustomDateAndCountwithAllResponse();
|
||||
};
|
||||
|
||||
const getCustomDateAndCountwithAllResponse = () => {
|
||||
|
||||
Reference in New Issue
Block a user