팀 생성 임시 완료
This commit is contained in:
@@ -164,7 +164,6 @@ const fetchEvents = async () => {
|
||||
loading.value = true;
|
||||
try {
|
||||
const response = await eventService.getEvents(clubId.value);
|
||||
console.log('eventData', response);
|
||||
events.value = response;
|
||||
} catch (error) {
|
||||
toast.add({
|
||||
|
||||
Reference in New Issue
Block a user