minor fixes
All checks were successful
Build Quasar SPA and Go Backend for memberApp / build-spa (push) Successful in 3m19s
Build Quasar SPA and Go Backend for memberApp / build-backend (amd64, , linux) (push) Successful in 3m59s
Build Quasar SPA and Go Backend for memberApp / build-backend (amd64, .exe, windows) (push) Successful in 3m45s
Build Quasar SPA and Go Backend for memberApp / build-backend (arm, 6, , linux) (push) Successful in 3m41s
Build Quasar SPA and Go Backend for memberApp / build-backend (arm64, , linux) (push) Successful in 3m38s

This commit is contained in:
Adrian Zürcher
2026-02-13 13:08:48 +01:00
parent 227c57ed41
commit c60907257e
4 changed files with 9 additions and 21 deletions

View File

@@ -66,7 +66,7 @@ import { ref } from 'vue';
import { useAttendeesTable } from './AttendeesTable';
import { useMemberTable } from '../members/MembersTable';
import { getLocalPageDefaults } from 'src/localstorage/localStorage';
import type { PageDefault } from 'src/vueLib/models/pagedefaults';
import type { PageDefault } from 'src/vueLib/models/pageDefaults';
//use constants and function of imports
const { attendees, updateAttendees } = useAttendeesTable();