Rename TimeBlock to Interva. More Interval functionality.
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 1m40s

This commit is contained in:
2024-05-10 09:50:04 -04:00
parent 77619b0741
commit 3a67f2fbb1
8 changed files with 293 additions and 139 deletions

View File

@@ -14,8 +14,8 @@ defineComponent({
onMounted(async () => {
await useAuthStore().init();
await useScheduleStore().fetchTimeBlockTemplates();
await useScheduleStore().fetchTimeBlocks();
await useScheduleStore().fetchIntervalTemplates();
await useScheduleStore().fetchIntervals();
await useBoatStore().fetchBoats();
});
</script>