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